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
This looks good to handle `List<JsonSerializableType>` but nothing more than that. This is good to get us unblocked but we might want to look into more generalized handling in the future for stuff like `Map<String, JsonSerializableType>` or `List<List<Type>>`.
srnagar
changed the title
This looks good to handle List<JsonSerializableType> but nothing more than that. This is good to get us unblocked but we might want to look into more generalized handling in the future for stuff like Map<String, JsonSerializableType> or List<List<Type>>.
Support deserialization of generic types that are JsonSerializable.
Feb 19, 2025
Originally posted by @alzimmermsft in #44208 (comment)
The text was updated successfully, but these errors were encountered: