Interface SerializableValueType

    • Field Detail

      • VALUE_INFO_OBJECT_TYPE_NAME

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

        static final java.lang.String VALUE_INFO_SERIALIZATION_DATA_FORMAT
        Identifies the format in which the object is serialized.
        See Also:
        Constant Field Values
    • Method Detail

      • createValueFromSerialized

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