| Package | Description |
|---|---|
| javax.json.bind |
Provides JSON Binding API, which enables binding Java objects from and to
JSON documents.
|
| javax.json.bind.serializer |
Defines serializer depending classes.
|
| Class | Description |
|---|---|
| JsonbDeserializer |
Interface representing a custom deserializer for a given type.
|
| JsonbSerializer |
Interface representing a custom serializer for given type.
|
| Class | Description |
|---|---|
| DeserializationContext |
Provides JSONB Mapper functionality on top of JSONP parser.
|
| SerializationContext |
Provides JSONB internals for custom serializers.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.