| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.variable.serializer | |
| org.camunda.spin.plugin.impl |
| 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 |
VariableSerializers.findSerializerForValue(org.camunda.bpm.engine.variable.value.TypedValue value,
VariableSerializerFactory fallBackSerializerFactory)
Selects the
TypedValueSerializer which should be used for persisting a VariableValue. |
TypedValueSerializer<?> |
DefaultVariableSerializers.findSerializerForValue(org.camunda.bpm.engine.variable.value.TypedValue value,
VariableSerializerFactory fallBackSerializerFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpinFallbackSerializerFactory |
Copyright © 2018. All rights reserved.