Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Add optimized Serialize implementations for API types

Adam Reichold requested to merge OC000014987132/metadaten:minified-dataset into main

This avoids serializing things like "field": null or "field": [] when emitting JSON for the API thereby reducing the amount of data that has to be compressed and transmitted.

Merge request reports