Uses of Package
javax.json.bind.serializer
-
Packages that use javax.json.bind.serializer Package Description javax.json.bind Provides JSON Binding API, which enables binding Java objects from and to JSON documents.javax.json.bind.annotation Defines annotations for customizing the mapping between Java program elements and JSON documents.javax.json.bind.serializer Defines serializer depending classes. -
Classes in javax.json.bind.serializer used by javax.json.bind Class Description JsonbDeserializer Interface representing a custom deserializer for a given type.JsonbSerializer Interface representing a custom serializer for given type. -
Classes in javax.json.bind.serializer used by javax.json.bind.annotation Class Description JsonbDeserializer Interface representing a custom deserializer for a given type.JsonbSerializer Interface representing a custom serializer for given type. -
Classes in javax.json.bind.serializer used by javax.json.bind.serializer Class Description DeserializationContext Provides JSONB Mapper functionality on top of JSONP parser.SerializationContext Provides JSONB internals for custom serializers.