org.infinispan.marshall
Class MarshallUtil

java.lang.Object
  extended by org.infinispan.marshall.MarshallUtil

@Immutable
public class MarshallUtil
extends Object

MarshallUtil.

Since:
4.0
Author:
Galder ZamarreƱo

Constructor Summary
MarshallUtil()
           
 
Method Summary
static void marshallCollection(Collection c, ObjectOutput out)
           
static void marshallMap(Map map, ObjectOutput out)
           
static void unmarshallMap(Map map, ObjectInput in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshallUtil

public MarshallUtil()
Method Detail

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 map,
                                 ObjectInput in)
                          throws IOException,
                                 ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.