| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.client | |
| com.github.nmorel.gwtjackson.client.ser.map.key |
| Modifier and Type | Method and Description |
|---|---|
JsonSerializationException |
JsonSerializationContext.traceError(Object value,
Exception cause)
Trace an error and returns a corresponding exception.
|
JsonSerializationException |
JsonSerializationContext.traceError(Object value,
Exception cause,
JsonWriter writer)
Trace an error with current writer state and returns a corresponding exception.
|
JsonSerializationException |
JsonSerializationContext.traceError(Object value,
String message)
Trace an error and returns a corresponding exception.
|
JsonSerializationException |
JsonSerializationContext.traceError(Object value,
String message,
JsonWriter writer)
Trace an error with current writer state and returns a corresponding exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonSerializer.serialize(JsonWriter writer,
T value,
JsonSerializationContext ctx)
Serializes an object into JSON output.
|
String |
AbstractObjectMapper.write(T value) |
String |
ObjectWriter.write(T value)
Writes an object to JSON.
|
String |
AbstractObjectMapper.write(T value,
JsonSerializationContext ctx) |
String |
ObjectWriter.write(T value,
JsonSerializationContext ctx)
Writes an object to JSON.
|
| Modifier and Type | Method and Description |
|---|---|
String |
KeySerializer.serialize(T value,
JsonSerializationContext ctx)
Serializes an object into a
String to use as map's key. |
Copyright © 2013. All Rights Reserved.