com.googlecode.objectify.annotation
Annotation Type Serialized


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Serialized

When placed on an entity field, the field will be written as a single Blob property using java serialization.

You are strongly advised to place serialVersionUID on all classes that you intend to store as @Serialized. Without this, any change to your classes will prevent stored objects from being deserialized on fetch.

Author:
Jeff Schnitzer



Copyright © 2011 Jeff Schnitzer and a gang of pirates. All Rights Reserved. Build version: 3.1