Interface IByteSerialisable

Namespace
Elegy.Common.Interfaces
Assembly
Elegy.Common.dll

This type can be serialised into an array of bytes, and then subconsequently used in IByteBuffer.Write/ReadObject.

public interface IByteSerialisable

Methods

Deserialise(IByteBuffer)

void Deserialise(IByteBuffer buffer)

Parameters

buffer IByteBuffer

Serialise(IByteBuffer)

void Serialise(IByteBuffer buffer)

Parameters

buffer IByteBuffer