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:
-
Field Summary
Fields inherited from interface org.infinispan.commons.marshall.AdvancedExternalizer
USER_EXT_ID_MIN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Set<Class<? extends ExceptionResponse>>readObject(ObjectInput input) voidwriteObject(ObjectOutput output, ExceptionResponse response)
-
Constructor Details
-
Externalizer
public Externalizer()
-
-
Method Details
-
writeObject
- Throws:
IOException
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
getId
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<ExceptionResponse>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<ExceptionResponse>
-
getTypeClasses
-