[This is preliminary documentation and is subject to change.]
Convert an xml document to an object
Namespace:
Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public static T XmlDeserialize<T>( XmlDocument xDoc )
Public Shared Function XmlDeserialize(Of T) ( _ xDoc As XmlDocument _ ) As T
public: generic<typename T> static T XmlDeserialize( XmlDocument^ xDoc )
Parameters
- xDoc
- XmlDocument
The xml document
Type Parameters
- T
- The type of the object to be converted to