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