private void foo() { // lets have a plate var plate = new Plate(); plate.Serialize(); // think about serialization - binary or xml? }