Package | Description |
---|---|
com.thoughtworks.xstream.io.json |
Modifier and Type | Field and Description |
---|---|
static AbstractJsonWriter.Type |
AbstractJsonWriter.Type.BOOLEAN |
static AbstractJsonWriter.Type |
AbstractJsonWriter.Type.NULL |
static AbstractJsonWriter.Type |
AbstractJsonWriter.Type.NUMBER |
static AbstractJsonWriter.Type |
AbstractJsonWriter.Type.STRING |
Modifier and Type | Method and Description |
---|---|
protected AbstractJsonWriter.Type |
AbstractJsonWriter.getType(java.lang.Class clazz)
Method to return the appropriate JSON type for a Java type.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JsonWriter.addValue(java.lang.String value,
AbstractJsonWriter.Type type)
Add a value to a JSON object's label or to an array.
|
protected abstract void |
AbstractJsonWriter.addValue(java.lang.String value,
AbstractJsonWriter.Type type)
Add a value to a JSON object's label or to an array.
|
Copyright © 2004–2022 XStream. All rights reserved.