Interface WebSocketSafeTypeEncoder.TypeToStringEncoder<T>

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

@Experimental public static non-sealed interface WebSocketSafeTypeEncoder.TypeToStringEncoder<T> extends WebSocketSafeTypeEncoder<String,T>
An encoder that transforms a specific input type into a String representation, typically for use with text-based WebSocket frames.
Since:
3.5.0