@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
IOException
public static void marshallMap(Map map, ObjectOutput out) throws IOException
IOException
public static void unmarshallMap(Map map, ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.