LlrpSerializationHelper.DeserializeFromXmlDataContract Method (XmlReader, Type)

Namespace: Microsoft.Rfid.Llrp
Assembly: Microsoft.Rfid.Llrp (in microsoft.rfid.llrp.dll)

Syntax

'Declaration

Public Shared Function DeserializeFromXmlDataContract ( _
    reader As XmlReader, _
    typeToDeserializeInto As Type _
) As Object
public static Object DeserializeFromXmlDataContract (
    XmlReader reader,
    Type typeToDeserializeInto
)
public:
static Object^ DeserializeFromXmlDataContract (
    XmlReader^ reader, 
    Type^ typeToDeserializeInto
)
public static Object DeserializeFromXmlDataContract (
    XmlReader reader, 
    Type typeToDeserializeInto
)
public static function DeserializeFromXmlDataContract (
    reader : XmlReader, 
    typeToDeserializeInto : Type
) : Object

Parameters

  • reader
  • typeToDeserializeInto

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

LlrpSerializationHelper Class
LlrpSerializationHelper Members
Microsoft.Rfid.Llrp Namespace