| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.variable.serializer |
| Modifier and Type | Field and Description |
|---|---|
protected VariableSerializerFactory |
ProcessEngineConfigurationImpl.fallbackSerializerFactory |
| Modifier and Type | Method and Description |
|---|---|
VariableSerializerFactory |
ProcessEngineConfigurationImpl.getFallbackSerializerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessEngineConfigurationImpl.setFallbackSerializerFactory(VariableSerializerFactory fallbackSerializerFactory) |
| Modifier and Type | Method and Description |
|---|---|
TypedValueSerializer<?> |
DefaultVariableSerializers.findSerializerForValue(org.camunda.bpm.engine.variable.value.TypedValue value,
VariableSerializerFactory fallBackSerializerFactory) |
TypedValueSerializer |
VariableSerializers.findSerializerForValue(org.camunda.bpm.engine.variable.value.TypedValue value,
VariableSerializerFactory fallBackSerializerFactory)
Selects the
TypedValueSerializer which should be used for persisting a VariableValue. |
Copyright © 2018 camunda services GmbH. All rights reserved.