T - the type of the object this encoder can encode to a CharacterStream.public static interface Encoder.TextStream<T> extends Encoder
Encoder.Binary<T>, Encoder.BinaryStream<T>, Encoder.Text<T>, Encoder.TextStream<T>| Modifier and Type | Method and Description | 
|---|---|
| void | encode(T object,
      java.io.Writer writer)Encode the given object to a character stream writing it to the supplied Writer. | 
void encode(T object, java.io.Writer writer) throws EncodeException, java.io.IOException
object - the object to be encoded.writer - the writer provided by the web socket runtime to write the encoded data.EncodeException - if there was an error encoding the object due to its state.java.io.IOException - if there was an exception writing to the writer.Copyright © 2012–2020 Oracle Corporation. All rights reserved.