Interface WebSocketSafeTypeEncoder.TypeToByteBufferEncoder<T>

Type Parameters:
T - The type of the object to encode.
All Superinterfaces:
Codec<ByteBuffer,T>, Encoder<ByteBuffer,T>, WebSocketSafeTypeEncoder<ByteBuffer,T>
Enclosing interface:
WebSocketSafeTypeEncoder<R,T>

@Experimental public static non-sealed interface WebSocketSafeTypeEncoder.TypeToByteBufferEncoder<T> extends WebSocketSafeTypeEncoder<ByteBuffer,T>
An encoder that transforms a specific input type into a ByteBuffer representation.
Since:
3.5.0