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
Possibly related to feature work to allow serializing fields, not just properties? Though one could certainly imagine a custom converter for ValueTuple<...> that doesn't need a full-fledged field serialization feature.
Can we have tuple support in System.Text.Json.Serializer?
General
Is there any chance, that we can have tuple support in System.Text.Json.Serializer?
I would like to serialize and deserialize object like this:
(int Result, string SuccessMessage, string ErrorMessage) MyTuple;
The text was updated successfully, but these errors were encountered: