Interface IGsonSerializable

  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Serializes this object into its equivalent JSON representation.
  • Method Details

    • asString

      default String asString()
      Serializes this object into its equivalent JSON representation. Should only used as an alternative to toString when appropriate.
      Returns:
      A new JSON formatted string.