public static interface ObjectsCache.JBossSeralizationOutputInterface extends ObjectOutput
| Modifier and Type | Method and Description |
|---|---|
void |
addObjectReference(int reference)
Extracts the integer of an object, and add the output
|
void |
closeObjectDefinition() |
boolean |
isCheckSerializableClass() |
void |
openObjectDefinition() |
void |
saveImmutable(ObjectsCache cache,
Object obj) |
void |
writeByteDirectly(byte parameter) |
close, flush, write, write, write, writeObjectwriteBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFvoid addObjectReference(int reference)
throws IOException
IOExceptionvoid openObjectDefinition()
throws IOException
IOExceptionvoid closeObjectDefinition()
throws IOException
IOExceptionvoid writeByteDirectly(byte parameter)
throws IOException
IOExceptionboolean isCheckSerializableClass()
void saveImmutable(ObjectsCache cache, Object obj) throws IOException
IOExceptionCopyright © 2011-2012 Ovea. All Rights Reserved.