org.objectweb.proactive.core.body.http.util
Class HttpMarshaller

java.lang.Object
  extended byorg.objectweb.proactive.core.body.http.util.HttpMarshaller

public class HttpMarshaller
extends java.lang.Object

Author:
vlegrand To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
HttpMarshaller()
           
 
Method Summary
static byte[] marshallObject(java.lang.Object o)
           
static java.lang.Object unmarshallObject(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpMarshaller

public HttpMarshaller()
Method Detail

marshallObject

public static byte[] marshallObject(java.lang.Object o)
Parameters:
o -
Returns:
byte array representation of the object o

unmarshallObject

public static java.lang.Object unmarshallObject(byte[] bytes)


Copyright 2001-2005 INRIA All Rights Reserved.