|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.memcache.MemcacheSerialization.ValueAndFlags
public static class MemcacheSerialization.ValueAndFlags
Tuple of a serialized byte array value and associated flags to interpret
that value. Used as the return from MemcacheSerialization.serialize(java.lang.Object)
.
Field Summary | |
---|---|
MemcacheSerialization.Flag |
flags
|
byte[] |
value
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final byte[] value
public final MemcacheSerialization.Flag flags
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |