Deserialize Method
Microsoft Robotics Class Reference
Deserializes the values of the members from a reader
Namespace: Microsoft.Dss.Core.ContractModel
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
public override Object Deserialize(
BinaryReader reader
)
Parameters
- reader
Type: System.IO. . :: . .BinaryReader
the reader from which to read values
Return Value
the deserialized instance
Remarks
This is always
CopyC#
this
(
CopyC#
Me
in VB.NET)
Implements
IDssSerializable. . :: . .Deserialize(BinaryReader)