Class CacheEventConverterAsConverter.Externalizer
java.lang.Object
org.infinispan.commons.marshall.AbstractExternalizer<CacheEventConverterAsConverter>
org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<CacheEventConverterAsConverter>,org.infinispan.commons.marshall.Externalizer<CacheEventConverterAsConverter>
- Enclosing class:
- CacheEventConverterAsConverter<K,
V, C>
public static class CacheEventConverterAsConverter.Externalizer
extends org.infinispan.commons.marshall.AbstractExternalizer<CacheEventConverterAsConverter>
- 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 CacheEventConverterAsConverter>>readObject(ObjectInput input) voidwriteObject(ObjectOutput output, CacheEventConverterAsConverter object)
-
Constructor Details
-
Externalizer
public Externalizer()
-
-
Method Details
-
getTypeClasses
-
writeObject
public void writeObject(ObjectOutput output, CacheEventConverterAsConverter object) throws IOException - Throws:
IOException
-
readObject
public CacheEventConverterAsConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-
getId
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<CacheEventConverterAsConverter>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<CacheEventConverterAsConverter>
-