Method | Description | |
---|---|---|
Deserialize ( byte buffer, int offset, int end ) : int |
Deserializes the confirmed request message from a buffer
|
|
Serialize ( byte buffer, int offset ) : int |
Serializes the confirmed request message to a buffer
|
public Deserialize ( byte buffer, int offset, int end ) : int | ||
buffer | byte | The buffer to deserialize from |
offset | int | The offset to begin deserializing |
end | int | The end of the buffer content |
return | int |
public Serialize ( byte buffer, int offset ) : int | ||
buffer | byte | The buffer to serialize to |
offset | int | The offset to begin serializing |
return | int |