New operator in serialized classes

junnybubDeesege

New Member
If you build classes that are built from other classes using composition, and you include the instantiating keyword "New" will the serializer object know not to call the new method twice, or will it instantiate it while building up the XML even though you have already instantiated it with your New call?
 
Back
Top