AJE Components
EngineClassBase Serialize Method AJE Data Report Engine Help
Overload List

  NameDescription
Public methodSerialize 
Serializes the Object and writes the XML document to a String.
Public methodStatic memberSerialize(Object)
Serializes the Object and writes the XML document to a String.
Public methodSerialize(String)
Serializes the Object and writes the XML to a File.
Public methodSerialize(Encoding)
Serializes the Object and writes the XML document to a String.
Public methodSerialize(XmlWriterSettings)
Serializes the Object and writes the XML document to a String.
Public methodStatic memberSerialize(Object, XmlWriterSettings)
Serializes the Object and writes the XML document to a String.
Public methodSerialize(String, Encoding)
Serializes the Object and writes the XML to a File.
Back to Top
See Also