Version

PersistenceObject Class Methods

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

Public Methods
 NameDescription
Public MethodRegisterTypesRegister all custom types that should be serialized by XmlSerializer.  
Public MethodToJsonSerializes the PersistenceObject to JSON string.  
Public MethodToStreamOverloaded. Serializes the PersistenceObject to a MemoryStream.  
Public MethodToXmlSerializes the PersistenceObject to XML string.  
Protected Methods
 NameDescription
Protected MethodGetExtraTypesReturns an array of types that should be serialized by XmlSerializer.  
Protected MethodGetPersistenceDataXml  
See Also