Uses of Class
com.thoughtworks.xstream.io.json.JsonWriter.Format
Packages that use JsonWriter.Format
-
Uses of JsonWriter.Format in com.thoughtworks.xstream.io.json
Fields in com.thoughtworks.xstream.io.json declared as JsonWriter.FormatConstructors in com.thoughtworks.xstream.io.json with parameters of type JsonWriter.FormatModifierConstructorDescriptionJsonWriter
(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.