public class IntSetsExternalization extends Object
Modifier and Type | Method and Description |
---|---|
static Set<Class<? extends IntSet>> |
getTypeClasses() |
static IntSet |
readFrom(ObjectInput input) |
static void |
writeTo(ObjectOutput output,
IntSet intSet) |
public static void writeTo(ObjectOutput output, IntSet intSet) throws IOException
IOException
public static IntSet readFrom(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.