Uses of Interface
org.camunda.bpm.engine.variable.value.SerializableValue
Package
Description
-
Uses of SerializableValue in org.camunda.bpm.engine.impl.variable.serializer
Modifier and TypeClassDescriptionclass
-
Uses of SerializableValue in org.camunda.bpm.engine.variable.impl.type
Modifier and TypeMethodDescriptionObjectTypeImpl.createValueFromSerialized
(String serializedValue, Map<String, Object> valueInfo) -
Uses of SerializableValue in org.camunda.bpm.engine.variable.impl.value
-
Uses of SerializableValue in org.camunda.bpm.engine.variable.type
Modifier and TypeMethodDescriptionSerializableValueType.createValueFromSerialized
(String serializedValue, Map<String, Object> valueInfo) Creates a new TypedValue using this type. -
Uses of SerializableValue in org.camunda.bpm.engine.variable.value
Modifier and TypeInterfaceDescriptioninterface
A typed value representing a Java Object. -
Uses of SerializableValue in org.camunda.spin.plugin.variable.type.impl
Modifier and TypeMethodDescriptionSpinValueTypeImpl.createValueFromSerialized
(String serializedValue, Map<String, Object> valueInfo) -
Uses of SerializableValue in org.camunda.spin.plugin.variable.value
-
Uses of SerializableValue in org.camunda.spin.plugin.variable.value.impl