You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a lot of your types share a custom property/interface, you could partially specialize adl_serializer, and use enable_if to only write the code once.
But for regular application types, it is needed to define one from_json/to_json pair for each one.
Hi,
Do I need to design functions for each custom type?
Thx
The text was updated successfully, but these errors were encountered: