Class MigrationTask.EntryWriterExternalizer
java.lang.Object
org.infinispan.commons.marshall.AbstractExternalizer<MigrationTask.EntryWriter>
org.infinispan.persistence.remote.upgrade.MigrationTask.EntryWriterExternalizer
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<MigrationTask.EntryWriter>,org.infinispan.commons.marshall.Externalizer<MigrationTask.EntryWriter>
- Enclosing class:
- MigrationTask
public static class MigrationTask.EntryWriterExternalizer
extends org.infinispan.commons.marshall.AbstractExternalizer<MigrationTask.EntryWriter>
- 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 MigrationTask.EntryWriter>>readObject(ObjectInput input) voidwriteObject(ObjectOutput output, MigrationTask.EntryWriter object)
-
Constructor Details
-
EntryWriterExternalizer
public EntryWriterExternalizer()
-
-
Method Details
-
getTypeClasses
-
getId
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<MigrationTask.EntryWriter>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<MigrationTask.EntryWriter>
-
writeObject
- Throws:
IOException
-
readObject
public MigrationTask.EntryWriter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-