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