public interface SerializableValueType extends ValueType
| Modifier and Type | Field and Description |
|---|---|
static String |
VALUE_INFO_OBJECT_TYPE_NAME
Identifies the object's java type name.
|
static String |
VALUE_INFO_SERIALIZATION_DATA_FORMAT
Identifies the format in which the object is serialized.
|
| Modifier and Type | Method and Description |
|---|---|
SerializableValue |
createValueFromSerialized(String serializedValue,
Map<String,Object> valueInfo)
Creates a new TypedValue using this type.
|
canConvertFromTypedValue, convertFromTypedValue, createValue, getName, getParent, getValueInfo, isAbstract, isPrimitiveValueTypestatic final String VALUE_INFO_OBJECT_TYPE_NAME
static final String VALUE_INFO_SERIALIZATION_DATA_FORMAT
SerializableValue createValueFromSerialized(String serializedValue, Map<String,Object> valueInfo)
serializedValue - the value in serialized formCopyright © 2021. All rights reserved.