http://www.emgu.com
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Convert an object to an xml document
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static XmlDocument XmlSerialize<T>( T o ) |
Visual Basic |
---|
Public Shared Function XmlSerialize(Of T) ( _ o As T _ ) As XmlDocument |
Visual C++ |
---|
public: generic<typename T> static XmlDocument^ XmlSerialize( T o ) |
Parameters
- o
- Type: T
The object to be serialized
Type Parameters
- T
- The type of the object to be converted