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

Return Value

the deserialized instance

Remarks

This is always

Dd190091.CopyCode(en-us,MSDN.10).gifCopyC#

    this

(

Dd190091.CopyCode(en-us,MSDN.10).gifCopyC#

Me

in VB.NET)

Implements

IDssSerializable. . :: . .Deserialize(BinaryReader)

See Also

ContractElement Class

Microsoft.Dss.Core.ContractModel Namespace