Class SingleTypeSerializer<T>

  • All Implemented Interfaces:
    TypeSerializer<T>

    public class SingleTypeSerializer<T>
    extends SimpleTypeSerializer<T>
    Represents a serializer for types that can be represented as a single value and that can be read and write in a single operation.