Package org.infinispan.util
Class IntSetExternalizer
java.lang.Object
org.infinispan.commons.marshall.AbstractExternalizer<org.infinispan.commons.util.IntSet>
org.infinispan.util.IntSetExternalizer
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.commons.util.IntSet>
,org.infinispan.commons.marshall.Externalizer<org.infinispan.commons.util.IntSet>
public class IntSetExternalizer
extends org.infinispan.commons.marshall.AbstractExternalizer<org.infinispan.commons.util.IntSet>
Externalizer to be used for IntSet implementations
- Since:
- 9.0
- Author:
- wburns
- 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()
org.infinispan.commons.util.IntSet
readObject
(ObjectInput input) void
writeObject
(ObjectOutput output, org.infinispan.commons.util.IntSet intSet)
-
Constructor Details
-
IntSetExternalizer
public IntSetExternalizer()
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.commons.util.IntSet>
- Overrides:
getId
in classorg.infinispan.commons.marshall.AbstractExternalizer<org.infinispan.commons.util.IntSet>
-
getTypeClasses
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.commons.util.IntSet intSet) throws IOException - Throws:
IOException
-
readObject
public org.infinispan.commons.util.IntSet readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-