org.camunda.bpm.engine.impl.variable
Class SerializableTypeResolver

java.lang.Object
  extended by org.camunda.bpm.engine.impl.variable.SerializableTypeResolver
All Implemented Interfaces:
SerializationVariableTypeResolver

public class SerializableTypeResolver
extends Object
implements SerializationVariableTypeResolver


Constructor Summary
SerializableTypeResolver()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableTypeResolver

public SerializableTypeResolver()
Method Detail

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.