org.camunda.bpm.engine.impl.variable
Class SerializableTypeResolver
java.lang.Object
org.camunda.bpm.engine.impl.variable.SerializableTypeResolver
- All Implemented Interfaces:
- SerializationVariableTypeResolver
public class SerializableTypeResolver
- extends Object
- implements SerializationVariableTypeResolver
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableTypeResolver
public SerializableTypeResolver()
getTypeForSerializationFormat
public VariableType getTypeForSerializationFormat(String serializationFormat)
- Description copied from interface:
SerializationVariableTypeResolver
- Returns a variable type that serializes objects in the specified format
or null if it cannot handle the format.
- Specified by:
getTypeForSerializationFormat in interface SerializationVariableTypeResolver
Copyright © 2014 camunda services GmbH. All Rights Reserved.