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.serializerClasses 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.typeMethods 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.valueClasses in org.camunda.bpm.engine.variable.impl.value that implement SerializableValue
- 
Uses of SerializableValue in org.camunda.bpm.engine.variable.typeMethods 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.valueSubinterfaces of SerializableValue in org.camunda.bpm.engine.variable.valueModifier and TypeInterfaceDescriptioninterfaceA typed value representing a Java Object.
- 
Uses of SerializableValue in org.camunda.spin.plugin.variable.type.implMethods 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.valueSubinterfaces of SerializableValue in org.camunda.spin.plugin.variable.value
- 
Uses of SerializableValue in org.camunda.spin.plugin.variable.value.implClasses in org.camunda.spin.plugin.variable.value.impl that implement SerializableValue