Spread Silverlight Documentation
DeserializeObj Method


GrapeCity.Windows.SpreadSheet.Data Namespace > Serializer Class : 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.
See Also

Reference

Serializer Class
Serializer Members