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