ObjectDB ObjectDB

javax.jdo.annotations.Serialized - JDO annotation

javax.jdo.annotations
Annotation Serialized

Target:
Fields (including property get methods)
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:
JDO 2.1
This annotation is a marker annotation (with no elements).