org.infinispan.marshall
Class MarshallUtil
java.lang.Object
org.infinispan.marshall.MarshallUtil
@Immutable
public class MarshallUtil
- extends Object
MarshallUtil.
- Since:
- 4.0
- Author:
- Galder ZamarreƱo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarshallUtil
public MarshallUtil()
marshallCollection
public static void marshallCollection(Collection<?> c,
ObjectOutput out)
throws IOException
- Throws:
IOException
marshallMap
public static void marshallMap(Map<?,?> map,
ObjectOutput out)
throws IOException
- Throws:
IOException
unmarshallMap
public static void unmarshallMap(Map<Object,Object> map,
ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.