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,
      Writer writer)Encode the given object to a character stream writing it to the supplied Writer. | 
void encode(T object, Writer writer) throws EncodeException, 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.IOException - if there was an exception writing to the writer.Copyright © 2012–2019 Oracle Corporation. All rights reserved.