Interface WebSocketSafeTypeEncoder.TypeToStringEncoder<T>
- Type Parameters:
T- The type of the object to encode.
- 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
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.craftsblock.craftsnet.api.websocket.codec.WebSocketSafeTypeEncoder
WebSocketSafeTypeEncoder.TypeToByteArrayEncoder<T>, WebSocketSafeTypeEncoder.TypeToByteBufferEncoder<T>, WebSocketSafeTypeEncoder.TypeToJsonEncoder<T>, WebSocketSafeTypeEncoder.TypeToStringEncoder<T> -
Method Summary