org.objectweb.proactive.core.util
Class ObjectToByteConverter

java.lang.Object
  extended byorg.objectweb.proactive.core.util.ObjectToByteConverter

public class ObjectToByteConverter
extends java.lang.Object

This class acts as a wrapper to enable the use of different serialization code depending on the proactive configuration


Constructor Summary
ObjectToByteConverter()
           
 
Method Summary
static byte[] convert(java.lang.Object o)
           
protected static byte[] ibisConvert(java.lang.Object o)
           
protected static byte[] standardConvert(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectToByteConverter

public ObjectToByteConverter()
Method Detail

convert

public static byte[] convert(java.lang.Object o)
                      throws ProActiveException
Throws:
ProActiveException

standardConvert

protected static byte[] standardConvert(java.lang.Object o)
                                 throws java.io.IOException
Throws:
java.io.IOException

ibisConvert

protected static byte[] ibisConvert(java.lang.Object o)
                             throws java.io.IOException
Throws:
java.io.IOException


Copyright 2001-2005 INRIA All Rights Reserved.