Serialize Method
Microsoft Robotics Class Reference
Serializes the data member values of the current TestList to the specified writer
Namespace: Microsoft.Dss.Services.Test.Proxy
Assembly: Microsoft.Dss.Runtime.Proxy (in Microsoft.Dss.Runtime.Proxy.dll) Version: 2.1.9999.0
Syntax
public virtual void Serialize(
BinaryWriter writer
)
'Declaration
Public Overridable Sub Serialize ( _
writer As BinaryWriter _
)
public:
virtual void Serialize(
BinaryWriter^ writer
)
Parameters
- writer
Type: System.IO. . :: .BinaryWriter
the writer to which to serialize
Implements
IDssSerializable. . :: .Serialize(BinaryWriter)