org.objectweb.proactive.core.util
Class ObjectToByteConverter
java.lang.Object
org.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
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 |
ObjectToByteConverter
public ObjectToByteConverter()
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 ? October 2004 INRIA All Rights Reserved.