public static class LockEntry.ExternalizerImpl extends Object implements org.infinispan.commons.marshall.Externalizer<LockEntry>
| Constructor and Description |
|---|
ExternalizerImpl() |
| Modifier and Type | Method and Description |
|---|---|
LockEntry |
readObject(ObjectInput input) |
LockEntry |
readObjectVersion1(ObjectInput input) |
void |
writeObject(ObjectOutput output,
LockEntry obj) |
public void writeObject(ObjectOutput output, LockEntry obj) throws IOException
writeObject in interface org.infinispan.commons.marshall.Externalizer<LockEntry>IOExceptionpublic LockEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject in interface org.infinispan.commons.marshall.Externalizer<LockEntry>IOExceptionClassNotFoundExceptionpublic LockEntry readObjectVersion1(ObjectInput input) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.