Class | Description |
---|---|
DsonFieldFilter |
A field filter for DSON output modes.
|
DsonTypeIdResolver |
TypeIdResolver implementation
that converts between fully-qualified Java class names and (JSON) Strings. |
JacksonCborMapper |
A Jackson
ObjectMapper that will serialize and deserialize
to the subset of CBOR that DSON uses. |
JacksonJsonMapper |
A Jackson
ObjectMapper that will serialize and deserialize
to the JSON in the format that Radix requires. |