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
IOExceptionpublic static IntSet readFrom(ObjectInput input) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2020 JBoss, a division of Red Hat. All rights reserved.