-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Complex type collection support #31237
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
Milestone
Comments
36 tasks
Note also #11799 which is about supporting tuples as well. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Note: consider #33913 when working on complex type collections. |
AndriySvyryd
added a commit
that referenced
this issue
Mar 27, 2025
AndriySvyryd
added a commit
that referenced
this issue
Mar 27, 2025
5 tasks
AndriySvyryd
added a commit
that referenced
this issue
Apr 4, 2025
AndriySvyryd
added a commit
that referenced
this issue
Apr 5, 2025
AndriySvyryd
added a commit
that referenced
this issue
Apr 7, 2025
AndriySvyryd
added a commit
that referenced
this issue
Apr 9, 2025
AndriySvyryd
added a commit
that referenced
this issue
Apr 9, 2025
AndriySvyryd
added a commit
that referenced
this issue
Apr 12, 2025
AndriySvyryd
added a commit
that referenced
this issue
Apr 16, 2025
AndriySvyryd
added a commit
that referenced
this issue
Apr 16, 2025
AndriySvyryd
added a commit
that referenced
this issue
Apr 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The collections need to be ordered, since they will be mapped to JSON arrays. (Unless we allow to map to objects, see #28861)
This only covers collections of reference types. For value types see #31411
The text was updated successfully, but these errors were encountered: