Interface Encoder.Text<T>

Type Parameters:
T - The type of object accepted by the encoder
All Superinterfaces:
Encoder
Enclosing interface:
Encoder

public static interface Encoder.Text<T> extends Encoder
An encoder that encodes an object of type T into a text WebSocket message.
  • Method Details

    • encode

      String encode(T object) throws EncodeException
      Encodes the given object into a text string.
      Parameters:
      object - The object to encode
      Returns:
      The encoded text string
      Throws:
      EncodeException - If the object cannot be encoded