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 and Description |
---|
JsonbDeserializer
Interface representing a custom deserializer for a given type.
|
JsonbSerializer
Interface representing a custom serializer for given type.
|
Class and Description |
---|
DeserializationContext
Provides JSONB Mapper functionality on top of JSONP parser.
|
SerializationContext
Provides JSONB internals for custom serializers.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.