Class EnumCodec<T extends Enum<T>>

  • Type Parameters:
    T - the type of the enum
    All Implemented Interfaces:
    Codec<T>, Decoder<T>, Encoder<T>

    @MorphiaInternal
    public class EnumCodec<T extends Enum<T>>
    extends Object
    implements Codec<T>
    An enum codec
    Since:
    2.0
    Developer note.
    This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.