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

    Modifier and Type
    Method
    Description
    serialize(T value)
    Serializes a value.