| Interface | Description |
|---|---|
| JsonDeserializer |
This interface allows for deserialization of JSON into documents, both as strings
and as implementation-specific Java object representations.
|
| JsonDeserializerFactory |
This service interface allows for plugins to contribute
JsonDeserializer implementations. |
| JsonSerializer |
This interface allows for serialization of documents into JSON, both as strings
and as implementation-specific Java object representations.
|
| JsonSerializerFactory |
This service interface allows for plugins to contribute
JsonSerializer implementations. |
| Enum | Description |
|---|---|
| DateRangeFormat |
Copyright © 2019–2021 HCL. All rights reserved.