Package org.keycloak.cluster.infinispan
Class LockEntry.ExternalizerImpl
- java.lang.Object
-
- org.keycloak.cluster.infinispan.LockEntry.ExternalizerImpl
-
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.Externalizer<LockEntry>
- Enclosing class:
- LockEntry
public static class LockEntry.ExternalizerImpl extends Object implements org.infinispan.commons.marshall.Externalizer<LockEntry>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalizerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LockEntry
readObject(ObjectInput input)
LockEntry
readObjectVersion1(ObjectInput input)
void
writeObject(ObjectOutput output, LockEntry obj)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, LockEntry obj) throws IOException
- Specified by:
writeObject
in interfaceorg.infinispan.commons.marshall.Externalizer<LockEntry>
- Throws:
IOException
-
readObject
public LockEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObject
in interfaceorg.infinispan.commons.marshall.Externalizer<LockEntry>
- Throws:
IOException
ClassNotFoundException
-
readObjectVersion1
public LockEntry readObjectVersion1(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-