Package org.infinispan.commons.util
Class IntSetsExternalization
- java.lang.Object
-
- org.infinispan.commons.util.IntSetsExternalization
-
public class IntSetsExternalization extends Object
IntSets externalization mechanism- Since:
- 9.3
- Author:
- wburns
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<Class<? extends IntSet>>
getTypeClasses()
static IntSet
readFrom(ObjectInput input)
static void
writeTo(ObjectOutput output, IntSet intSet)
-
-
-
Method Detail
-
writeTo
public static void writeTo(ObjectOutput output, IntSet intSet) throws IOException
- Throws:
IOException
-
readFrom
public static IntSet readFrom(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-