Interface CustomJsonDeserializer.DeserializerBody<T>
- Type Parameters:
T- the type to deserialize
- Enclosing class:
CustomJsonDeserializer
public static interface CustomJsonDeserializer.DeserializerBody<T>
The body of a custom deserializer
-
Method Summary
-
Method Details
-
deserialize
Deserializes a value.- Parameters:
json- the input JSON- Returns:
- the deserialized value
- Throws:
JsonDeserializationException- if the value cannot be deserialized
-