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