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:
-
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 TransientCacheValue>>readObject(ObjectInput input) voidwriteObject(ObjectOutput output, TransientCacheValue tcv)
-
Constructor Details
-
Externalizer
public Externalizer()
-
-
Method Details
-
writeObject
- Throws:
IOException
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
getId
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<TransientCacheValue>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<TransientCacheValue>
-
getTypeClasses
-