Method | Description | |
---|---|---|
Encode ( BinaryWriter writer, object message ) : void |
Encodes the specified message using the specified writer.
|
protected Encode ( BinaryWriter writer, object message ) : void | ||
writer | BinaryWriter | The binary writer. |
message | object | The message. |
return | void |