Class NumericVersionExternalizer

java.lang.Object
org.infinispan.tools.store.migrator.marshaller.common.AbstractMigratorExternalizer<org.infinispan.container.versioning.NumericVersion>
org.infinispan.tools.store.migrator.marshaller.common.NumericVersionExternalizer
All Implemented Interfaces:
Serializable, AdvancedExternalizer<org.infinispan.container.versioning.NumericVersion>, Externalizer<org.infinispan.container.versioning.NumericVersion>

public class NumericVersionExternalizer extends AbstractMigratorExternalizer<org.infinispan.container.versioning.NumericVersion>
See Also:
  • Constructor Details

    • NumericVersionExternalizer

      public NumericVersionExternalizer()
  • Method Details

    • readObject

      public org.infinispan.container.versioning.NumericVersion readObject(ObjectInput input) throws IOException
      Description copied from interface: Externalizer
      Read an instance from the stream. The instance will have been written by the Externalizer.writeObject(ObjectOutput, Object) method. Implementations are free to create instances of the object read from the stream in any way that they feel like. This could be via constructor, factory or reflection.
      Parameters:
      input - the object input to read from
      Returns:
      the object instance
      Throws:
      IOException - if an I/O error occurs