-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Serializer] Allow to deserialize generic collections (do not throw away the types) #45728
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
Comments
Thank you for this issue. |
No |
Thank you for this issue. |
.
…On Wed, May 3, 2023, 15:04 Carson: The Issue Bot ***@***.***> wrote:
Thank you for this issue.
There has not been a lot of activity here for a while. Has this been
resolved?
—
Reply to this email directly, view it on GitHub
<#45728 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQAJIJO5V2X6TUUHPP2ODXEJJVLANCNFSM5QTBT3QA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thank you for this issue. |
H
…On Sat, Nov 4, 2023, 14:03 Carson: The Issue Bot ***@***.***> wrote:
Thank you for this issue.
There has not been a lot of activity here for a while. Has this been
resolved?
—
Reply to this email directly, view it on GitHub
<#45728 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQAJNQVD6B4PFLC343723YCY4L5AVCNFSM5QTBT3QKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZZGM2DGNZYGIYA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@simPod Are you interested in contributing this feature? PR welcome I guess. |
With the introduction of the So IMHO, instead of creating a new feature, it could be great to wait for that component to be merged (hope it'll be 🤞) |
I'll not pursue implementing it. @mtarld thanks for info! |
Thank you for this suggestion. |
Could I get an answer? If I do not hear anything I will assume this issue is resolved or abandoned. Please get back to me <3 |
Hey, I didn't hear anything so I'm going to close it. Feel free to comment if this is still relevant, I can always reopen! |
Description
I'd like to use Serializer component to deserialize json array into a generic collection.
Related:
Example
For that, I though I'd implement my own denormalizer (
ContextAwareDenormalizerInterface
). However, the generic type is stripped and simplified into\Ds\Set
byPropertyTypeExtractorInterface
so basically it is not possible to do serde of this kind of types.The text was updated successfully, but these errors were encountered: