Class | Description | |
---|---|---|
ElementData | An object used to store all the information to serialize or deserialize an object. | |
GroupData | An object used to store all the information to serialize or deserialize a group of objects. | |
PersistenceObject | An object used to store the root level of serialziation. | |
PropertyData | An object that acts as a serializable container for storing information of an object. | |
PropertyDataInfo | An object used to store information about a specific property that has been serialzied. | |
PropertyDataPair | An object used to store PropertyData with its lookup key in a format that can be serialized. | |
TypeDataPair | An object used to store the AssemblyQualifiedName of a type with its lookup key in a format that can be serialized. |
Enumeration | Description | |
---|---|---|
PersistenceOption | An enum that specifies how something should be persisted. | |
PropertyNamePersistenceOptions | Describes the options available for finding properties by a name. |