Serialize Method
Microsoft Robotics Class Reference
Serializes the values of the members of the current instance
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 void Serialize(
BinaryWriter writer
)
Parameters
- writer
Type: System.IO. . :: . .BinaryWriter
the writer to which to write the values
Implements
IDssSerializable. . :: . .Serialize(BinaryWriter)