Interface SerializationDataFormat
- All Known Implementing Classes:
Variables.SerializationDataFormats
public interface SerializationDataFormat
Represents a serialization data format.
- Since:
- 7.2
- Author:
- Daniel Meyer
- See Also:
-
Method Summary
-
Method Details
-
getName
String getName()The name of the dataformat. Example: "application/json"- Returns:
- the name of the dataformat.
-