Serialized Form
-
Package com.googlecode.objectify
-
Class com.googlecode.objectify.Key extends Object implements Serializable
- serialVersionUID:
- -262390393952444121L
-
Serialized Fields
-
raw
com.google.cloud.datastore.Key raw
-
-
Class com.googlecode.objectify.LoadException extends TranslateException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entity
com.google.cloud.datastore.BaseEntity<?> entity
-
-
Class com.googlecode.objectify.NotFoundException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
Key<?> key
-
-
Class com.googlecode.objectify.Ref extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.googlecode.objectify.SaveException extends TranslateException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
pojo
Object pojo
-
-
Class com.googlecode.objectify.TranslateException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.googlecode.objectify.impl
-
Class com.googlecode.objectify.impl.LoadArrangement extends HashSet<Class<?>> implements Serializable
-
-
Package com.googlecode.objectify.impl.ref
-
Class com.googlecode.objectify.impl.ref.DeadRef extends Ref<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
T value
-
-
Class com.googlecode.objectify.impl.ref.LiveRef extends Ref<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
When this serializes, write out the DeadRef version. Use the getValue() for value so that if the value is not loaded, it serializes as null.- Throws:
ObjectStreamException
-
-
-
Package com.googlecode.objectify.impl.translate
-
Class com.googlecode.objectify.impl.translate.SkipException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.googlecode.objectify.repackaged.gentyref
-
Class com.googlecode.objectify.repackaged.gentyref.TypeArgumentNotInBoundException extends IllegalArgumentException implements Serializable
-
Serialized Fields
-
argument
Type argument
-
bound
Type bound
-
parameter
TypeVariable<?> parameter
-
-
-
-
Package com.googlecode.objectify.util
-
Class com.googlecode.objectify.util.IdentityMultimapList extends IdentityHashMap<K,List<V>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.googlecode.objectify.util.IteratorFirstResult extends ResultCache<T> implements Serializable
- serialVersionUID:
- 1L
-
Class com.googlecode.objectify.util.MakeListResult extends ResultTranslator<Iterator<T>,List<T>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.googlecode.objectify.util.MemcacheStatsServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- -5254845239323180573L
-
Class com.googlecode.objectify.util.MultimapList extends HashMap<K,List<V>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.googlecode.objectify.util.ResultCache extends Object implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
When this serializes, write out a simple version that doesn't hold complicated links to internal structures. This is safe as long as nobody ever tries to cast to ResultCache directly, which should never happen.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
cached
boolean cached
-
value
T value
-
-
-
Class com.googlecode.objectify.util.ResultNow extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
T value
-
-
Class com.googlecode.objectify.util.ResultProxy extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Class com.googlecode.objectify.util.ResultTranslator extends ResultCache<T> implements Serializable
-
Serialized Fields
-
from
F from
-
-
-
Class com.googlecode.objectify.util.ResultWrapper extends ResultTranslator<Result<F>,T> implements Serializable
-
-
Package com.googlecode.objectify.util.jackson
-
Class com.googlecode.objectify.util.jackson.KeyDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Key> implements Serializable
- serialVersionUID:
- 1L
-
Class com.googlecode.objectify.util.jackson.ObjectifyJacksonModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
- serialVersionUID:
- 1L
-
Class com.googlecode.objectify.util.jackson.RawKeyDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<com.google.cloud.datastore.Key> implements Serializable
- serialVersionUID:
- 5025122822624438978L
-
Class com.googlecode.objectify.util.jackson.RefDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Ref> implements Serializable
- serialVersionUID:
- 1L
-