Emgu CV Library Documentation
XmlSerialize<(Of <(T>)>) Method (o, knownTypes)
NamespacesEmgu.UtilToolboxXmlSerialize<(Of <(T>)>)(T, array<Type>[]()[])

www.emgu.com/wiki
Convert an object to an xml document
Declaration Syntax
C#Visual BasicVisual C++
public static XmlDocument XmlSerialize<T>(
	T o,
	Type[] knownTypes
)
Public Shared Function XmlSerialize(Of T) ( _
	o As T, _
	knownTypes As Type() _
) As XmlDocument
public:
generic<typename T>
static XmlDocument^ XmlSerialize(
	T o, 
	array<Type^>^ knownTypes
)
Generic Template Parameters
T
The type of the object to be converted
Parameters
o (T)
The object to be serialized
knownTypes (array< Type >[]()[])
Other types that it must known ahead to serialize the object
Return Value
An xml document that represents the object

Assembly: Emgu.Util (Module: Emgu.Util) Version: 1.1.3342.35620 (1.1.0.0)