All Packages Class Hierarchy This Package Previous Next Index
Class ORG.opengroup.xface.XSerialization
java.lang.Object
|
+----ORG.opengroup.xface.XSerialization
- public class XSerialization
- extends Object
- implements Serialization, XFaceFactory, XObjFactory
XSerialization()
-
bytesToObject(byte[])
-
bytesToObject(byte[], ClassLoader)
-
createXFace(XObj)
-
createXFace(XObj, ClassLoader)
-
createXObj()
-
getXFaceFactoryBeanName()
-
getXObjFactoryBeanName()
-
objectToBytes(Object)
-
setXFaceFactoryBeanName(String)
- Throws an error if not called during DesignTime.
setXObjFactoryBeanName(String)
- Throws an error if not called during DesignTime.
XSerialization
public XSerialization()
setXFaceFactoryBeanName
public void setXFaceFactoryBeanName(String v) throws ClassNotFoundException, IOException
- Throws an error if not called during DesignTime.
getXFaceFactoryBeanName
public String getXFaceFactoryBeanName()
createXFace
public XFace createXFace(XObj xObj) throws IOException, ClassNotFoundException
createXFace
public XFace createXFace(XObj xObj,
ClassLoader cl) throws IOException, ClassNotFoundException
setXObjFactoryBeanName
public void setXObjFactoryBeanName(String v) throws ClassNotFoundException, IOException
- Throws an error if not called during DesignTime.
getXObjFactoryBeanName
public String getXObjFactoryBeanName()
createXObj
public XObj createXObj()
objectToBytes
public byte[] objectToBytes(Object o) throws IOException
bytesToObject
public Object bytesToObject(byte[] b) throws IOException, ClassNotFoundException, NumberFormatException, Invalid64Exception
bytesToObject
public Object bytesToObject(byte[] b,
ClassLoader cl) throws IOException, ClassNotFoundException, NumberFormatException, Invalid64Exception
All Packages Class Hierarchy This Package Previous Next Index