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