Unify serialize and to_string API via inspect
Replace existing `to_string`/`serialize` function pair with a single `inspect`. This change is backwards compatible, i.e., serializers and deserializers pick up `serialize` functions via ADL if available. User-defined `to_string` functions are preferred over `inspect`. Formatting hints and other meta information that can be evaluated by inspectors are realized with annotations. Close #470.
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment