Class CacheNotFoundResponse.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<CacheNotFoundResponse>
-
- org.infinispan.remoting.responses.CacheNotFoundResponse.Externalizer
-
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.AdvancedExternalizer<CacheNotFoundResponse>
,org.infinispan.commons.marshall.Externalizer<CacheNotFoundResponse>
- Enclosing class:
- CacheNotFoundResponse
public static class CacheNotFoundResponse.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<CacheNotFoundResponse>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
Set<Class<? extends CacheNotFoundResponse>>
getTypeClasses()
CacheNotFoundResponse
readObject(ObjectInput input)
void
writeObject(ObjectOutput output, CacheNotFoundResponse response)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, CacheNotFoundResponse response) throws IOException
- Throws:
IOException
-
readObject
public CacheNotFoundResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getId
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<CacheNotFoundResponse>
- Overrides:
getId
in classorg.infinispan.commons.marshall.AbstractExternalizer<CacheNotFoundResponse>
-
getTypeClasses
public Set<Class<? extends CacheNotFoundResponse>> getTypeClasses()
-
-