| Interface | Description |
|---|---|
| JsonParser | |
| JsonSerializer |
Created by rick on 12/26/13.
|
| ObjectMapper |
This mapper (or, data binder, or codec) provides functionality for
converting between Java objects (instances of JDK provided core classes,
beans), and matching JSON constructs.
|
| Class | Description |
|---|---|
| JsonParserFactory | |
| JsonParserImpl | |
| JsonSerializerFactory |
Created by rick on 12/26/13.
|
| ObjectMapperFactory |
Created by rick on 1/4/14.
|
| ObjectSerializationData |
Created by rick on 12/27/13.
|
| Exception | Description |
|---|---|
| JsonException |
Copyright © 2014. All rights reserved.