Version 24.2 (latest)

ObjectSerializationInfo Class Fields

For a list of all members of this type, see ObjectSerializationInfo members.

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.  
See Also