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