Class BiasRevocationResponse.Externalizer
- java.lang.Object
-
- org.infinispan.remoting.responses.BiasRevocationResponse.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<BiasRevocationResponse>,org.infinispan.commons.marshall.Externalizer<BiasRevocationResponse>
- Enclosing class:
- BiasRevocationResponse
public static class BiasRevocationResponse.Externalizer extends Object implements org.infinispan.commons.marshall.AdvancedExternalizer<BiasRevocationResponse>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()Set<Class<? extends BiasRevocationResponse>>getTypeClasses()BiasRevocationResponsereadObject(ObjectInput input)voidwriteObject(ObjectOutput output, BiasRevocationResponse object)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends BiasRevocationResponse>> getTypeClasses()
- Specified by:
getTypeClassesin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<BiasRevocationResponse>
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<BiasRevocationResponse>
-
writeObject
public void writeObject(ObjectOutput output, BiasRevocationResponse object) throws IOException
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<BiasRevocationResponse>- Throws:
IOException
-
readObject
public BiasRevocationResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<BiasRevocationResponse>- Throws:
IOExceptionClassNotFoundException
-
-