virtual CanDeserialize(System::SharedPtr<XmlReader>) | Checks if specific reader is in deserializable state. |
Deserialize(System::SharedPtr<IO::Stream>) | Deserializes XML document into object. |
Deserialize(System::SharedPtr<IO::TextReader>) | Deserializes XML document into object. |
Deserialize(System::SharedPtr<XmlReader>) | Deserializes XML document into object. |
Deserialize(System::SharedPtr<XmlReader>, String) | Deserializes XML document into object. |
Serialize(System::SharedPtr<IO::Stream>, System::SharedPtr<Object>) | Serializes document into XML. |
Serialize(System::SharedPtr<IO::TextWriter>, System::SharedPtr<Object>) | Serializes document into XML. |
Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>) | Serializes document into XML. |
Serialize(System::SharedPtr<IO::Stream>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>) | Serializes document into XML. |
Serialize(System::SharedPtr<IO::TextWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>) | Serializes document into XML. |
Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>) | Serializes document into XML. |
Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>, String) | Serializes document into XML. |
Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>, String, String) | Serializes document into XML. |