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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-