|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonObject | |
|---|---|
| com.dslplatform.json | |
| Uses of JsonObject in com.dslplatform.json |
|---|
| Classes in com.dslplatform.json with type parameters of type JsonObject | |
|---|---|
static interface |
JsonReader.ReadJsonObject<T extends JsonObject>
|
| Methods in com.dslplatform.json with type parameters of type JsonObject | ||
|---|---|---|
|
JsonReader.deserializeCollection(JsonReader.ReadJsonObject<T> readObject)
|
|
|
JsonReader.deserializeCollection(JsonReader.ReadJsonObject<T> readObject,
Collection<T> res)
|
|
|
JsonReader.deserializeNullableCollection(JsonReader.ReadJsonObject<T> readObject)
|
|
|
JsonReader.deserializeNullableCollection(JsonReader.ReadJsonObject<T> readObject,
Collection<T> res)
|
|
|
JsonReader.iterateOver(JsonReader.ReadJsonObject<T> reader)
|
|
|
DslJson.serialize(JsonWriter writer,
Collection<T> collection)
Deprecated. |
|
|
DslJson.serialize(JsonWriter writer,
List<T> list)
Deprecated. |
|
|
DslJson.serialize(JsonWriter writer,
T[] array)
Deprecated. |
|
|
DslJson.serialize(JsonWriter writer,
T[] array,
int len)
Deprecated. |
|
|
JsonWriter.serialize(List<T> list)
Convenience method for serializing list of JsonObject's. |
|
|
JsonWriter.serialize(T[] array)
Convenience method for serializing array of JsonObject's. |
|
|
JsonWriter.serialize(T[] array,
int len)
Convenience method for serializing only part of JsonObject's array. |
|
| Methods in com.dslplatform.json that return types with arguments of type JsonObject | |
|---|---|
protected JsonReader.ReadJsonObject<JsonObject> |
DslJson.getObjectReader(Class<?> manifest)
|
| Methods in com.dslplatform.json with parameters of type JsonObject | ||
|---|---|---|
|
DslJson.serialize(JsonWriter writer,
T[] array)
Deprecated. |
|
|
DslJson.serialize(JsonWriter writer,
T[] array,
int len)
Deprecated. |
|
|
JsonWriter.serialize(T[] array)
Convenience method for serializing array of JsonObject's. |
|
|
JsonWriter.serialize(T[] array,
int len)
Convenience method for serializing only part of JsonObject's array. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||