Class ExceptionResponse.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<ExceptionResponse>
-
- org.infinispan.remoting.responses.ExceptionResponse.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<ExceptionResponse>,org.infinispan.commons.marshall.Externalizer<ExceptionResponse>
- Enclosing class:
- ExceptionResponse
public static class ExceptionResponse.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<ExceptionResponse>
- 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 ExceptionResponse>>getTypeClasses()ExceptionResponsereadObject(ObjectInput input)voidwriteObject(ObjectOutput output, ExceptionResponse response)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, ExceptionResponse response) throws IOException
- Throws:
IOException
-
readObject
public ExceptionResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<ExceptionResponse>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<ExceptionResponse>
-
getTypeClasses
public Set<Class<? extends ExceptionResponse>> getTypeClasses()
-
-