Uses of Class
com.thoughtworks.xstream.io.json.JsonWriter.Format
-
Packages that use JsonWriter.Format Package Description com.thoughtworks.xstream.io.json -
-
Uses of JsonWriter.Format in com.thoughtworks.xstream.io.json
Fields in com.thoughtworks.xstream.io.json declared as JsonWriter.Format Modifier and Type Field Description protected JsonWriter.Format
JsonWriter. format
Constructors in com.thoughtworks.xstream.io.json with parameters of type JsonWriter.Format Constructor Description JsonWriter(java.io.Writer writer, int mode, JsonWriter.Format format)
Create a JsonWriter where the writer mode can be chosen and the format definition is provided.JsonWriter(java.io.Writer writer, int mode, JsonWriter.Format format, int bufferSize)
Create a JsonWriter.JsonWriter(java.io.Writer writer, JsonWriter.Format format)
Create a JsonWriter where the format is provided.
-