![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Serialise an object to a byte buffer. More...
Inherited by PushTechnology.DiffusionCore.Connection.Common.IO.Serialisation.AbstractByteBufferSerialiser< T >.
Public Member Functions | |
bool | Write (ByteBuffer destination, T value) |
Write an instance to a byte buffer. More... | |
Serialise an object to a byte buffer.
T |
bool PushTechnology.DiffusionCore.Connection.Common.IO.Serialisation.IByteBufferSerialiser< in T >.Write | ( | ByteBuffer | destination, |
T | value | ||
) |
Write an instance to a byte buffer.
On entry, the position of destination should point to the write position, and the limit should be adequate to accept some data.
There are three outcomes to consider:
destination | The destination (target) buffer. |
value | The instance to write. |