Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support deserialization of generic types that are JsonSerializable. #44213

Open
srnagar opened this issue Feb 14, 2025 · 1 comment
Open

Support deserialization of generic types that are JsonSerializable. #44213

srnagar opened this issue Feb 14, 2025 · 1 comment
Assignees
Labels
Azure.Core.V2 Contains issues to consider when desiging Azure Core V2

Comments

@srnagar
Copy link
Member

srnagar commented Feb 14, 2025

          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>>`.

Originally posted by @alzimmermsft in #44208 (comment)

@github-actions github-actions bot added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Feb 14, 2025
@joshfree
Copy link
Member

@srnagar could you make this issue title more concise?

@joshfree joshfree added the Azure.Core.V2 Contains issues to consider when desiging Azure Core V2 label Feb 18, 2025
@github-actions github-actions bot removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Feb 18, 2025
@srnagar 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core.V2 Contains issues to consider when desiging Azure Core V2
Projects
None yet
Development

No branches or pull requests

2 participants