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