| Interface | Description |
|---|---|
| ObjectMapper<T> |
Interface combining
ObjectReader and ObjectWriter |
| ObjectReader<T> |
Reads a JSON input and return an object
|
| ObjectWriter<T> |
Writes an object to JSON.
|
| Class | Description |
|---|---|
| AbstractObjectMapper<T> |
Base implementation of
ObjectMapper. |
| AbstractObjectReader<T> |
Base implementation of
ObjectReader. |
| AbstractObjectWriter<T> |
Base implementation of
ObjectWriter. |
| JsonDeserializationContext |
Context for the deserialization process.
|
| JsonDeserializationContext.Builder | |
| JsonDeserializer<T> |
Base class for all the deserializer.
|
| JsonMappingContext |
Base class for serialization and deserialization context
|
| JsonSerializationContext |
Context for the serialization process.
|
| JsonSerializationContext.Builder | |
| JsonSerializer<T> |
Base class for all the serializer.
|
Copyright © 2013. All Rights Reserved.