Class MorphiaCodec<T>

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

    @MorphiaInternal
    public class MorphiaCodec<T>
    extends Object
    implements CollectibleCodec<T>
    the codec used by Morphia
    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.