Uses of Package
jakarta.json.bind.serializer
-
Packages that use jakarta.json.bind.serializer Package Description jakarta.json.bind Provides JSON Binding API, which enables binding Java objects from and to JSON documents.jakarta.json.bind.annotation Defines annotations for customizing the mapping between Java program elements and JSON documents.jakarta.json.bind.serializer Defines serializer depending classes. -
Classes in jakarta.json.bind.serializer used by jakarta.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 jakarta.json.bind.serializer used by jakarta.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 jakarta.json.bind.serializer used by jakarta.json.bind.serializer Class Description DeserializationContext Provides JSONB Mapper functionality on top of JSONP parser.SerializationContext Provides JSONB internals for custom serializers.