Interface Encoder.Text<T>

Type Parameters:
T - The type of the custom developer object that this Encoder can encode into a String.
All Superinterfaces:
Encoder
Enclosing interface:
Encoder

public static interface Encoder.Text<T> extends Encoder
This interface defines how to provide a way to convert a custom object into a text message.