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