| Package | Description |
|---|---|
| com.dslplatform.json |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JsonReader.ReadJsonObject<T extends JsonObject> |
| Modifier and Type | Method and Description |
|---|---|
<T extends JsonObject> |
JsonReader.deserializeCollection(JsonReader.ReadJsonObject<T> readObject) |
<T extends JsonObject> |
JsonReader.deserializeCollection(JsonReader.ReadJsonObject<T> readObject,
Collection<T> res) |
<T extends JsonObject> |
JsonReader.deserializeNullableCollection(JsonReader.ReadJsonObject<T> readObject) |
<T extends JsonObject> |
JsonReader.deserializeNullableCollection(JsonReader.ReadJsonObject<T> readObject,
Collection<T> res) |
<T extends JsonObject> |
JsonReader.iterateOver(JsonReader.ReadJsonObject<T> reader) |
<T extends JsonObject> |
DslJson.serialize(JsonWriter writer,
Collection<T> collection)
Deprecated.
|
<T extends JsonObject> |
DslJson.serialize(JsonWriter writer,
List<T> list)
Deprecated.
|
<T extends JsonObject> |
DslJson.serialize(JsonWriter writer,
T[] array)
Deprecated.
|
<T extends JsonObject> |
DslJson.serialize(JsonWriter writer,
T[] array,
int len)
Deprecated.
|
<T extends JsonObject> |
JsonWriter.serialize(List<T> list)
Convenience method for serializing list of JsonObject's.
|
<T extends JsonObject> |
JsonWriter.serialize(T[] array)
Convenience method for serializing array of JsonObject's.
|
<T extends JsonObject> |
JsonWriter.serialize(T[] array,
int len)
Convenience method for serializing only part of JsonObject's array.
|
| Modifier and Type | Method and Description |
|---|---|
protected JsonReader.ReadJsonObject<JsonObject> |
DslJson.getObjectReader(Class<?> manifest) |
| Modifier and Type | Method and Description |
|---|---|
<T extends JsonObject> |
DslJson.serialize(JsonWriter writer,
T[] array)
Deprecated.
|
<T extends JsonObject> |
DslJson.serialize(JsonWriter writer,
T[] array,
int len)
Deprecated.
|
<T extends JsonObject> |
JsonWriter.serialize(T[] array)
Convenience method for serializing array of JsonObject's.
|
<T extends JsonObject> |
JsonWriter.serialize(T[] array,
int len)
Convenience method for serializing only part of JsonObject's array.
|
Copyright © 2023. All rights reserved.