org.camunda.bpm.engine.variable.value
Interface SerializationDataFormat

All Known Implementing Classes:
Variables.SerializationDataFormats

public interface SerializationDataFormat

Represents a serialization data format.

Since:
7.2
Author:
Daniel Meyer
See Also:
Variables.SerializationDataFormats

Method Summary
 String getName()
          The name of the dataformat.
 

Method Detail

getName

String getName()
The name of the dataformat. Example: "application/json"

Returns:
the name of the dataformat.


Copyright © 2015 camunda services GmbH. All rights reserved.