Interface CustomTypeSerializer<T>

  • Type Parameters:
    T -
    All Superinterfaces:
    TypeSerializer<T>

    public interface CustomTypeSerializer<T>
    extends TypeSerializer<T>
    Represents a serializer for a custom (provider specific) serializer.
    • Method Detail

      • getTypeName

        String getTypeName()
        Gets the custom type name.