Page MenuHomeDevCentral

Implement ApiJsonResponse for Serialize and Json
ClosedPublic

Authored by dereckson on Oct 9 2018, 21:11.
Tags
None
Referenced Files
F10337753: D1869.diff
Mon, Jun 30, 10:13
Unknown Object (File)
Sat, Jun 28, 10:14
Unknown Object (File)
Sat, Jun 21, 22:31
Unknown Object (File)
Thu, Jun 19, 18:38
Unknown Object (File)
Wed, Jun 18, 20:20
Unknown Object (File)
Mon, Jun 16, 08:44
Unknown Object (File)
Mon, Jun 16, 05:08
Unknown Object (File)
Thu, Jun 12, 14:16
Subscribers
None

Details

Summary

Generate a JSON output from an object ready to be serialized to JSON
is trivial. But to be coherent with the more complex objects, we can
offer into_json_response() through a ApiJsonResponse implementation.

The same applies for the Json itself.

Test Plan

ApiJsonResponse for a Serialize is used by D1868.

Diff Detail

Repository
rLF Limiting Factor
Lint
Lint Not Applicable
Unit
Tests Not Applicable