Interface Decoder.Binary<T>

Type Parameters:
T - The type of the object that is decoded
All Superinterfaces:
Decoder
Enclosing interface:
Decoder

public static interface Decoder.Binary<T> extends Decoder
This interface defines how a custom object (of type T) is decoded from a web socket message in the form of a byte buffer.