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