jsonbrobot
jsonbrobot
Custom Serialization currently doesn't seem to trigger for anything other than the initial object passed into "toJson", should this be the case? I want to serialize every instance of X...
One of my coworkers recently informed me of what they believed was a JSON-B bug in Yasson where a class annotated with @JsonbPropertyOrder(PropertyOrderStrategy.LEXICOGRAPHICAL) did not observe a lexicographical ordering for...
JSON-B spec document declared @JsonbSerialized and @JsonbDeserialized annotations. These annotations and defined as @JsonbTypeSerializer and @JsonbTypeDeserializer in the API. Spec document has to be updated.