Annotation Type Serialized


  • @Target({ANNOTATION_TYPE,FIELD,METHOD})
    @Retention(RUNTIME)
    public @interface Serialized
    Annotation on a member (field or property) to indicate that the member is stored serialized. Such a member cannot be queried using JDOQL. Corresponds to xml attribute "serialized" in "field" and "property" elements. This is the same as specifying @Persistent(serialized="true").
    Since:
    2.1
    Version:
    2.1