2#ifndef _aspose_xml_i_xml_serialization_h_
3#define _aspose_xml_i_xml_serialization_h_
5#include <xml/schema/xml_schema.h>
6#include <xml/xml_reader.h>
7#include <xml/xml_writer.h>
9namespace System {
namespace Xml {
namespace Serialization {
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Provides custom formatting for XML serialization and deserialization. Objects of this class should on...
Definition: i_xml_serializable.h:14
virtual System::SharedPtr< System::Xml::Schema::XmlSchema > GetSchema()=0
An XmlSchema object that describes the XML representation of the object that is returned by the Write...
virtual void ReadXml(System::SharedPtr< System::Xml::XmlReader > reader)=0
Deserializes object from its XML representation.
virtual void WriteXml(System::SharedPtr< System::Xml::XmlWriter > writer)=0
Serializes the current object to XML representation.
virtual ~IXmlSerializable()
Destructor.
Definition: i_xml_serializable.h:27
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9