@Api public interface JsonSerializable<T>
Type instance implements this
interface, then it is capable to serialize or deserialize values using Jackson.| Modifier and Type | Method and Description |
|---|---|
T |
deserializeJson(com.fasterxml.jackson.databind.JsonNode json)
Deserializes given json node.
|
com.fasterxml.jackson.databind.JsonNode |
serializeJson(T value)
Serializes fiven value value and returns its json representation.
|
com.fasterxml.jackson.databind.JsonNode serializeJson(T value)
value - valueT deserializeJson(com.fasterxml.jackson.databind.JsonNode json)
json - json nodeCopyright © 2023 Suncode. All rights reserved.