Class Serializer<E>

  • All Implemented Interfaces:
    Settable<E>, Serializable

    public final class Serializer<E>
    extends Pattern
    implements Settable<E>
    Stores a java object by serialization - use with care!

    Stores serializable objects into a backing DataField. BEWARE: Generally this is not a good idea. In contrast to normal fields, such as StringField, DateField, etc. there is no searching, order by or caching. The main purpose is to maintain database compatibility to legacy systems.

    See Also:
    Serialized Form