Class JDKKeySerializers.Default

All Implemented Interfaces:
JsonFormatVisitable
Enclosing class:
JDKKeySerializers

public static class JDKKeySerializers.Default extends StdSerializer<Object>
This is a "chameleon" style multi-type key serializer for simple standard JDK types.

TODO: Should (but does not yet) support re-configuring format used for Date and Calendar key serializers, as well as alternative configuration of Enum key serializers.

  • Field Details

    • _typeId

      protected final int _typeId
  • Constructor Details

    • Default

      public Default(int typeId, Class<?> type)
  • Method Details