Interface Encoder.Binary<T>

Type Parameters:
T - The type of the custom object that this Encoder can encoder to a ByteBuffer.
All Superinterfaces:
Encoder
Enclosing interface:
Encoder

public static interface Encoder.Binary<T> extends Encoder
This interface defines how to provide a way to convert a custom object into a binary message.
  • Method Details