|
Common
A library of common classes.
|
This is the complete list of members for XmlSerialization, including all inherited members.
| GetXmlString< T >(T graph, XmlWriterSettings settings=null) | XmlSerialization | static |
| LoadEncryptedXml< T >(string path, byte[] key) | XmlSerialization | static |
| LoadXml< T >(string path) | XmlSerialization | static |
| LoadXml< T >(byte[] bytes) | XmlSerialization | static |
| LoadXmlString< T >(string xml) | XmlSerialization | static |
| PrettyXmlWriterSettings() | XmlSerialization | static |
| SaveEncryptedXml< T >(string path, T graph, byte[] key) | XmlSerialization | static |
| SaveXml< T >(string path, T graph) | XmlSerialization | static |