@Immutable public class MarshallUtil extends Object
| Constructor and Description |
|---|
MarshallUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
marshallCollection(Collection c,
ObjectOutput out) |
static void |
marshallMap(Map map,
ObjectOutput out) |
static void |
unmarshallMap(Map map,
ObjectInput in) |
public static void marshallCollection(Collection c, ObjectOutput out) throws IOException
IOExceptionpublic static void marshallMap(Map map, ObjectOutput out) throws IOException
IOExceptionpublic static void unmarshallMap(Map map, ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.