Version

ObjectSerializationInfo Class Members

The following tables list the members exposed by ObjectSerializationInfo.

Public Fields
 NameDescription
Public FieldCOLLECTION_ELEMENT_DESIGNATOR_KEYUsed for designating collection elements in the dictionary returned by Serialize and in the dictionary passed into the Deserialize. Basically the ObjectSerializationInfo for a collection will return a property with this name from its SerializedProperties collection and dictionaries from Serialize method and Deserialize methods will have an entry with this key and value that is a list of the collection elements.  
Public Properties
 NameDescription
Public PropertySerializedPropertiesReturns a list of properties that are to be serialized.  
Public Methods
 NameDescription
Public MethodDeserializeDeserializes the specified information into an instance of the object.  
Public MethodSerializeSerializes the specified object. Returns a map of properties to their values.  
Protected Methods
 NameDescription
Protected MethodGetSerializedPropertiesReturns a list of properties that are to be serialized.  
See Also