(De)Serialization

  • @JsonSerializable to label classes which can be serialized
  • @JsonKey to provide string representations of field names
  • @JsonValue to provide string representations of field values
  • Implement JSONConverter to convert object representations into JSON representations