org.eclipse.higgins.idas.common
Class SimpleValueSerializer

java.lang.Object
  extended by org.eclipse.higgins.idas.common.SimpleValueSerializer

public class SimpleValueSerializer
extends Object

This class can serialize and deserialize IdAS data types For deserialization the data type must be known

See Also:
ITypedValue

Constructor Summary
SimpleValueSerializer()
           
 
Method Summary
static Object deserialize(String dataStr, String typeUriStr)
           
static String serialize(Object data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleValueSerializer

public SimpleValueSerializer()
Method Detail

serialize

public static String serialize(Object data)
                        throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

deserialize

public static Object deserialize(String dataStr,
                                 String typeUriStr)
                          throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException