Uses of Interface
org.camunda.bpm.engine.variable.value.SerializableValue
Packages that use SerializableValue
Package
Description
-
Uses of SerializableValue in org.camunda.bpm.engine.impl.variable.serializer
Classes in org.camunda.bpm.engine.impl.variable.serializer with type parameters of type SerializableValueModifier and TypeClassDescriptionclass
-
Uses of SerializableValue in org.camunda.bpm.engine.variable.impl.type
Methods in org.camunda.bpm.engine.variable.impl.type that return SerializableValueModifier and TypeMethodDescriptionObjectTypeImpl.createValueFromSerialized
(String serializedValue, Map<String, Object> valueInfo) -
Uses of SerializableValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement SerializableValue -
Uses of SerializableValue in org.camunda.bpm.engine.variable.type
Methods in org.camunda.bpm.engine.variable.type that return SerializableValueModifier 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
Subinterfaces of SerializableValue in org.camunda.bpm.engine.variable.valueModifier and TypeInterfaceDescriptioninterface
A typed value representing a Java Object. -
Uses of SerializableValue in org.camunda.spin.plugin.variable.type.impl
Methods in org.camunda.spin.plugin.variable.type.impl that return SerializableValueModifier and TypeMethodDescriptionSpinValueTypeImpl.createValueFromSerialized
(String serializedValue, Map<String, Object> valueInfo) -
Uses of SerializableValue in org.camunda.spin.plugin.variable.value
Subinterfaces of SerializableValue in org.camunda.spin.plugin.variable.value -
Uses of SerializableValue in org.camunda.spin.plugin.variable.value.impl
Classes in org.camunda.spin.plugin.variable.value.impl that implement SerializableValue