Class TransientCacheValueExternalizer

java.lang.Object
org.infinispan.tools.store.migrator.marshaller.common.TransientCacheValueExternalizer
All Implemented Interfaces:
Serializable, org.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.container.entries.TransientCacheValue>, org.infinispan.commons.marshall.Externalizer<org.infinispan.container.entries.TransientCacheValue>

public class TransientCacheValueExternalizer extends Object implements org.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.container.entries.TransientCacheValue>
Externalizer for TransientCacheValue.
Since:
11.0
Author:
Pedro Ruivo
See Also:
  • Constructor Details

    • TransientCacheValueExternalizer

      public TransientCacheValueExternalizer()
  • Method Details

    • getTypeClasses

      public Set<Class<? extends org.infinispan.container.entries.TransientCacheValue>> getTypeClasses()
      Specified by:
      getTypeClasses in interface org.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.container.entries.TransientCacheValue>
    • getId

      public Integer getId()
      Specified by:
      getId in interface org.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.container.entries.TransientCacheValue>
    • writeObject

      public void writeObject(ObjectOutput output, org.infinispan.container.entries.TransientCacheValue icv) throws IOException
      Specified by:
      writeObject in interface org.infinispan.commons.marshall.Externalizer<org.infinispan.container.entries.TransientCacheValue>
      Throws:
      IOException
    • readObject

      public org.infinispan.container.entries.TransientCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
      Specified by:
      readObject in interface org.infinispan.commons.marshall.Externalizer<org.infinispan.container.entries.TransientCacheValue>
      Throws:
      IOException
      ClassNotFoundException