org.eclipse.higgins.idas.common
Class SimpleValueSerializer
java.lang.Object
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
SimpleValueSerializer
public SimpleValueSerializer()
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