JSON-B interface

C58671
concept

A JSON-B interface defines a contract for converting Java objects to and from JSON using the JSON Binding (JSON-B) specification, abstracting the underlying serialization and deserialization logic.

All labels observed (2)

Label Occurrences
Jakarta JSON Binding interface 2
JSON-B interface canonical 1

Description generation (CDg)

The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.

Instruction
generate a one-sentence description for a given conceptual class.
# Response Format
Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: JSON-B interface
Generated description
A JSON-B interface defines a contract for converting Java objects to and from JSON using the JSON Binding (JSON-B) specification, abstracting the underlying serialization and deserialization logic.

Instances (2)

Instance Via concept surface
JsonbDeserializer Jakarta JSON Binding interface
JsonbSerializer Jakarta JSON Binding interface