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