Method | Description | |
---|---|---|
ReadPayload ( ISerializationContext context, IValueReader reader ) : void |
Reads the message payload with reader.
|
|
WritePayload ( ISerializationContext context, IValueWriter writer ) : void |
Writes the message payload with writer.
|
Method | Description | |
---|---|---|
Message ( Protocol protocol, ushort messageType ) : System |
protected Message ( Protocol protocol, ushort messageType ) : System | ||
protocol | Protocol | |
messageType | ushort | |
return | System |
public abstract ReadPayload ( ISerializationContext context, IValueReader reader ) : void | ||
context | ISerializationContext | |
reader | IValueReader | The reader to use for reading the payload. |
return | void |
public abstract WritePayload ( ISerializationContext context, IValueWriter writer ) : void | ||
context | ISerializationContext | |
writer | IValueWriter | The writer to use for writing the payload. |
return | void |