Click or drag to resize
ToolboxXmlSerializeT Method (T)
http://www.emgu.com
Convert an object to an xml document

Namespace: Emgu.Util
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static XDocument XmlSerialize<T>(
	T sourceObject
)

Parameters

sourceObject
Type: T
The object to be serialized

Type Parameters

T
The type of the object to be converted

Return Value

Type: XDocument
An xml document that represents the object
See Also