Class CheckRemoteStoreTask.Externalizer
java.lang.Object
org.infinispan.commons.marshall.AbstractExternalizer<CheckRemoteStoreTask>
org.infinispan.persistence.remote.upgrade.CheckRemoteStoreTask.Externalizer
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<CheckRemoteStoreTask>,org.infinispan.commons.marshall.Externalizer<CheckRemoteStoreTask>
- Enclosing class:
- CheckRemoteStoreTask
public static class CheckRemoteStoreTask.Externalizer
extends org.infinispan.commons.marshall.AbstractExternalizer<CheckRemoteStoreTask>
- See Also:
-
Field Summary
Fields inherited from interface org.infinispan.commons.marshall.AdvancedExternalizer
USER_EXT_ID_MIN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<Class<? extends CheckRemoteStoreTask>>readObject(ObjectInput input) voidwriteObject(ObjectOutput output, CheckRemoteStoreTask task) Methods inherited from class org.infinispan.commons.marshall.AbstractExternalizer
getId
-
Constructor Details
-
Externalizer
public Externalizer()
-
-
Method Details
-
getTypeClasses
-
writeObject
- Throws:
IOException
-
readObject
public CheckRemoteStoreTask readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-