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

    Modifier and Type
    Method
    Description
    The name of the dataformat.
  • Method Details

    • getName

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