Uses of Interface
org.camunda.bpm.engine.variable.value.SerializableValue
-
-
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 SerializableValue Modifier and Type Class Description class
AbstractSerializableValueSerializer<T extends SerializableValue>
-
Uses of SerializableValue in org.camunda.bpm.engine.variable.impl.type
Methods in org.camunda.bpm.engine.variable.impl.type that return SerializableValue Modifier and Type Method Description SerializableValue
ObjectTypeImpl. 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 Modifier and Type Class Description class
ObjectValueImpl
-
Uses of SerializableValue in org.camunda.bpm.engine.variable.type
Methods in org.camunda.bpm.engine.variable.type that return SerializableValue Modifier and Type Method Description SerializableValue
SerializableValueType. 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.value Modifier and Type Interface Description interface
ObjectValue
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 SerializableValue Modifier and Type Method Description SerializableValue
SpinValueTypeImpl. 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 Modifier and Type Interface Description interface
JsonValue
interface
SpinValue
interface
XmlValue
-
Uses of SerializableValue in org.camunda.spin.plugin.variable.value.impl
Classes in org.camunda.spin.plugin.variable.value.impl that implement SerializableValue Modifier and Type Class Description class
JsonValueImpl
class
SpinValueImpl
class
XmlValueImpl
-