Interface SerializableValueType

All Superinterfaces:
Serializable, ValueType
All Known Subinterfaces:
JsonValueType, SpinValueType, XmlValueType
All Known Implementing Classes:
JsonValueTypeImpl, ObjectTypeImpl, SpinValueTypeImpl, XmlValueTypeImpl

public interface SerializableValueType extends ValueType
Since:
7.2
Author:
Daniel Meyer
  • Field Details

    • VALUE_INFO_OBJECT_TYPE_NAME

      static final String VALUE_INFO_OBJECT_TYPE_NAME
      Identifies the object's java type name.
      See Also:
    • VALUE_INFO_SERIALIZATION_DATA_FORMAT

      static final String VALUE_INFO_SERIALIZATION_DATA_FORMAT
      Identifies the format in which the object is serialized.
      See Also:
  • Method Details

    • createValueFromSerialized

      SerializableValue createValueFromSerialized(String serializedValue, Map<String,Object> valueInfo)
      Creates a new TypedValue using this type.
      Parameters:
      serializedValue - the value in serialized form
      Returns:
      the typed value for the value