Interface CustomJsonSerializer.SerializerBody<T>
- Type Parameters:
T- the type to serialize
- Enclosing class:
CustomJsonSerializer
public static interface CustomJsonSerializer.SerializerBody<T>
The body of a custom serializer
-
Method Summary
-
Method Details
-
serialize
Serializes a value.- Parameters:
value- the value to serialize- Returns:
- the output JSON
- Throws:
JsonSerializationException- if the value cannot be serialized
-