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

record type support #41

Open
yueyinqiu opened this issue Feb 24, 2025 · 3 comments
Open

record type support #41

yueyinqiu opened this issue Feb 24, 2025 · 3 comments

Comments

@yueyinqiu
Copy link
Collaborator

No description provided.

@magiccodingman
Copy link
Owner

I can't remember where the issue was. But is this about a record not directly translating?

@yueyinqiu
Copy link
Collaborator Author

Sorry I didn't make it clear. What I mean is that we can't use record type as our DTO, since it's property might be readonly. I found this because the unit tests I wrote uses record type.

@magiccodingman
Copy link
Owner

@yueyinqiu The new serializer can do literally anything. We can find out if it's read only, find proper constructors and more. If you want, I could add this capability if it's not already auto working with the new serializer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants