Package org.infinispan.topology
Class CacheTopology.Externalizer
java.lang.Object
org.infinispan.commons.marshall.AbstractExternalizer<CacheTopology>
org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<CacheTopology>
org.infinispan.topology.CacheTopology.Externalizer
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<CacheTopology>,org.infinispan.commons.marshall.Externalizer<CacheTopology>
- Enclosing class:
CacheTopology
public static class CacheTopology.Externalizer
extends org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<CacheTopology>
- See Also:
-
Field Summary
Fields inherited from interface org.infinispan.commons.marshall.AdvancedExternalizer
USER_EXT_ID_MIN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoReadObject(ObjectInput unmarshaller) voiddoWriteObject(ObjectOutput output, CacheTopology cacheTopology) getId()Set<Class<? extends CacheTopology>> Methods inherited from class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
readObject, writeObject
-
Constructor Details
-
Externalizer
public Externalizer()
-
-
Method Details
-
doWriteObject
- Specified by:
doWriteObjectin classorg.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<CacheTopology>- Throws:
IOException
-
doReadObject
public CacheTopology doReadObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException - Specified by:
doReadObjectin classorg.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<CacheTopology>- Throws:
IOExceptionClassNotFoundException
-
getId
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<CacheTopology>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<CacheTopology>
-
getTypeClasses
-