Version

PersistenceObject Class Members

The following tables list the members exposed by PersistenceObject.

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