ToolboxXmlSerializeT Method (T) |
http://www.emgu.com
Convert an object to an xml document
Namespace:
Emgu.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic static XDocument XmlSerialize<T>(
T sourceObject
)
Public Shared Function XmlSerialize(Of T) (
sourceObject As T
) As XDocument
public:
generic<typename T>
static XDocument^ XmlSerialize(
T sourceObject
)
static member XmlSerialize :
sourceObject : 'T -> XDocument
Parameters
- sourceObject
- Type: T
The object to be serialized
Type Parameters
- T
- The type of the object to be converted
Return Value
Type:
XDocumentAn xml document that represents the object
See Also