@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<Object,Object> 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<Object,Object> map, ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.