public class JsonOutputStreamWriter<T> extends JsonStreamWriter<T,java.io.OutputStream>
JsonStreamWriter that serialises to an OutputStream.JsonInputStreamReader| Constructor and Description |
|---|
JsonOutputStreamWriter()
Creates a new instance.
|
JsonOutputStreamWriter(java.nio.charset.Charset encoding)
Creates a new instance.
|
writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waituncheckedWritepublic JsonOutputStreamWriter()
public JsonOutputStreamWriter(java.nio.charset.Charset encoding)
encoding - which character set to use to encode serialised JSON
values in the output stream.java.lang.NullPointerException - if the argument is null.