org.jboss.serial.objectmetamodel
Interface ObjectsCache.JBossSeralizationInputInterface

All Superinterfaces:
java.io.DataInput, java.io.ObjectInput
Enclosing interface:
ObjectsCache

public static interface ObjectsCache.JBossSeralizationInputInterface
extends java.io.ObjectInput

Required operations to work well with ObjectsCache


Method Summary
 byte readByteDirectly()
           
 ObjectReference readObjectReference()
           
 
Methods inherited from interface java.io.ObjectInput
available, close, read, read, read, readObject, skip
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 

Method Detail

readObjectReference

public ObjectReference readObjectReference()
                                    throws java.io.IOException
Throws:
java.io.IOException

readByteDirectly

public byte readByteDirectly()
                      throws java.io.IOException
Throws:
java.io.IOException


JBoss Serialization, a new approach to java-serialization.