org.camunda.bpm.engine.impl.variable
Interface SerializationVariableTypeResolver

All Known Implementing Classes:
SerializableTypeResolver, SpinVariableTypeResolver

public interface SerializationVariableTypeResolver

Author:
Thorben Lindhauer

Method Summary
 VariableType getTypeForSerializationFormat(String serializationFormat)
          Returns a variable type that serializes objects in the specified format or null if it cannot handle the format.
 

Method Detail

getTypeForSerializationFormat

VariableType getTypeForSerializationFormat(String serializationFormat)
Returns a variable type that serializes objects in the specified format or null if it cannot handle the format.



Copyright © 2014 camunda services GmbH. All Rights Reserved.