public static class ClusterListenerReplicateCallable.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<ClusterListenerReplicateCallable>
Constructor and Description |
---|
Externalizer() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
Set<Class<? extends ClusterListenerReplicateCallable>> |
getTypeClasses() |
ClusterListenerReplicateCallable |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
ClusterListenerReplicateCallable object) |
public Set<Class<? extends ClusterListenerReplicateCallable>> getTypeClasses()
public void writeObject(ObjectOutput output, ClusterListenerReplicateCallable object) throws IOException
IOException
public ClusterListenerReplicateCallable readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public Integer getId()
getId
in interface org.infinispan.commons.marshall.AdvancedExternalizer<ClusterListenerReplicateCallable>
getId
in class org.infinispan.commons.marshall.AbstractExternalizer<ClusterListenerReplicateCallable>
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.