| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.client | |
| com.github.nmorel.gwtjackson.client.deser.map.key | |
| com.github.nmorel.gwtjackson.client.stream.impl |
| Modifier and Type | Method and Description |
|---|---|
JsonDeserializationException |
JsonDeserializationContext.traceError(String message)
Trace an error with current reader state and returns a corresponding exception.
|
JsonDeserializationException |
JsonDeserializationContext.traceError(String message,
JsonReader reader)
Trace an error with current reader state and returns a corresponding exception.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JsonDeserializer.deserialize(JsonReader reader,
JsonDeserializationContext ctx)
Deserializes a JSON input into an object.
|
T |
JsonDeserializer.deserialize(JsonReader reader,
JsonDeserializationContext ctx,
JsonDeserializerParameters params)
Deserializes a JSON input into an object.
|
T |
ObjectReader.read(String input)
Reads a JSON input into an object.
|
T |
AbstractObjectMapper.read(String in) |
T |
ObjectReader.read(String input,
JsonDeserializationContext ctx)
Reads a JSON input into an object.
|
T |
AbstractObjectMapper.read(String in,
JsonDeserializationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
T |
KeyDeserializer.deserialize(String key,
JsonDeserializationContext ctx)
Deserializes a key into an object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MalformedJsonException
Thrown when a reader encounters malformed JSON.
|
Copyright © 2016. All Rights Reserved.