Interface StringSerializer<T>

  • Type Parameters:
    T - the type of the object to serialize
    All Superinterfaces:
    Serializer<T,​String>
    All Known Subinterfaces:
    JsonSerializer<T>
    All Known Implementing Classes:
    JacksonSerializer

    public interface StringSerializer<T>
    extends Serializer<T,​String>
    Interface to be used when implementing a custom serializer with string representation.
    Author:
    Andreas Oberhoff