Click or drag to resize
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.1.0.2282 (3.1.0.2282)
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