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>
IOException
public LoginFailureEntity readObject(ObjectInput input) throws IOException
readObject
in interface org.infinispan.commons.marshall.Externalizer<LoginFailureEntity>
IOException
public LoginFailureEntity readObjectVersion1(ObjectInput input) throws IOException
IOException
Copyright © 2021 JBoss by Red Hat. All rights reserved.