Spread WPF Documentation
DeserializeObj Method


The deserialized type.
The XmlReader with which to access the data.
Deserializes the current node of the XmlReader as an object of the specified type.
Syntax
'Declaration
 
Public Shared Function DeserializeObj( _
   ByVal type As System.Type, _
   ByVal reader As System.Xml.XmlReader _
) As System.Object
'Usage
 
Dim type As System.Type
Dim reader As System.Xml.XmlReader
Dim value As System.Object
 
value = Serializer.DeserializeObj(type, reader)
public static System.object DeserializeObj( 
   System.Type type,
   System.Xml.XmlReader reader
)

Parameters

type
The deserialized type.
reader
The XmlReader with which to access the data.

Return Value

The deserialized object.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

Serializer Class
Serializer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.