|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.container.entries.ImmortalCacheValue.Externalizer
public static class ImmortalCacheValue.Externalizer
Constructor Summary | |
---|---|
ImmortalCacheValue.Externalizer()
|
Method Summary | |
---|---|
Object |
readObject(ObjectInput input)
Read an instance from the stream. |
void |
writeObject(ObjectOutput output,
Object subject)
Write the predefined object reference to the stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImmortalCacheValue.Externalizer()
Method Detail |
---|
public void writeObject(ObjectOutput output, Object subject) throws IOException
Externalizer
writeObject
in interface Externalizer
output
- the object output to write tosubject
- the object reference to write
IOException
- if an I/O error occurspublic Object readObject(ObjectInput input) throws IOException, ClassNotFoundException
Externalizer
#writeObject(Object)
method.
readObject
in interface Externalizer
input
- the object input to read from
IOException
- if an I/O error occurs
ClassNotFoundException
- if a class could not be found
|
Google Analytics | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |