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