Package org.infinispan.container.entries
Class TransientCacheValue.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<TransientCacheValue>
-
- org.infinispan.container.entries.TransientCacheValue.Externalizer
-
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.AdvancedExternalizer<TransientCacheValue>
,org.infinispan.commons.marshall.Externalizer<TransientCacheValue>
- Enclosing class:
- TransientCacheValue
public static class TransientCacheValue.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<TransientCacheValue>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
Set<Class<? extends TransientCacheValue>>
getTypeClasses()
TransientCacheValue
readObject(ObjectInput input)
void
writeObject(ObjectOutput output, TransientCacheValue tcv)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, TransientCacheValue tcv) throws IOException
- Throws:
IOException
-
readObject
public TransientCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getId
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<TransientCacheValue>
- Overrides:
getId
in classorg.infinispan.commons.marshall.AbstractExternalizer<TransientCacheValue>
-
getTypeClasses
public Set<Class<? extends TransientCacheValue>> getTypeClasses()
-
-