'Declaration Public Overloads Function Deserialize( _ ByVal reader As XmlTextReader, _ ByVal o As System.Object, _ ByVal type As System.Type, _ ByVal elementType As System.Type _ ) As System.Object
public System.object Deserialize( XmlTextReader reader, System.object o, System.Type type, System.Type elementType )
Parameters
- reader
- The XmlReader containing the XML-document instance to deserialize
- o
- The Object being deserialized
- type
- The type of object being deserialized
- elementType
- The type of array elements (in case the object is an array)
Return Value
The Object being deserialized