The following tables list the members exposed by PersistenceObject.
| Name | Description | |
|---|---|---|
![]() | RegisterTypes | Register all custom types that should be serialized by XmlSerializer. |
![]() | ToJson | Serializes the PersistenceObject to JSON string. |
![]() | ToStream | Overloaded. Serializes the PersistenceObject to a MemoryStream. |
![]() | ToXml | Serializes the PersistenceObject to XML string. |
| Name | Description | |
|---|---|---|
![]() | GetExtraTypes | Returns an array of types that should be serialized by XmlSerializer. |
![]() | GetPersistenceDataXml |