Package | Description |
---|---|
com.thoughtworks.xstream.io.json |
Modifier and Type | Field and Description |
---|---|
protected JsonWriter.Format |
JsonWriter.format |
Constructor and Description |
---|
JsonWriter(Writer writer,
int mode,
JsonWriter.Format format)
Create a JsonWriter where the writer mode can be chosen and the format definition is
provided.
|
JsonWriter(Writer writer,
int mode,
JsonWriter.Format format,
int bufferSize)
Create a JsonWriter.
|
JsonWriter(Writer writer,
JsonWriter.Format format)
Create a JsonWriter where the format is provided.
|
Copyright © 2004–2017 XStream. All rights reserved.