Class MetadataImmortalCacheValueExternalizer

java.lang.Object
org.infinispan.tools.store.migrator.marshaller.common.AbstractMigratorExternalizer<org.infinispan.container.entries.metadata.MetadataImmortalCacheValue>
org.infinispan.tools.store.migrator.marshaller.common.MetadataImmortalCacheValueExternalizer
All Implemented Interfaces:
Serializable, AdvancedExternalizer<org.infinispan.container.entries.metadata.MetadataImmortalCacheValue>, Externalizer<org.infinispan.container.entries.metadata.MetadataImmortalCacheValue>

public class MetadataImmortalCacheValueExternalizer extends AbstractMigratorExternalizer<org.infinispan.container.entries.metadata.MetadataImmortalCacheValue>
Externalizer for MetadataImmortalCacheValue.
Since:
11.0
Author:
Pedro Ruivo
See Also:
  • Constructor Details

    • MetadataImmortalCacheValueExternalizer

      public MetadataImmortalCacheValueExternalizer()
  • Method Details

    • readObject

      public org.infinispan.container.entries.metadata.MetadataImmortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
      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
      ClassNotFoundException - if a class could not be found