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

Add support for fields when deserializing strongly-typed objects #3

Open
yaakov-h opened this issue Mar 13, 2016 · 3 comments
Open

Comments

@yaakov-h
Copy link
Member

Not just properties.

This will require some abstraction over both.

@yaakov-h
Copy link
Member Author

Thinking out loud here:

This will require some level of abstraction. Probably the IPropertyMapper shouldn't return a string or PropertyInfo or what have you, but instead some abstraction layer over an (object, PropertyInfo) or (object, FieldInfo) tupl.

@yaakov-h
Copy link
Member Author

yaakov-h commented Mar 3, 2020

We already have this abstraction now through IObjectReflection/IObjectMember. Implementing this should now be trivial.

@yaakov-h
Copy link
Member Author

yaakov-h commented Nov 7, 2023

We now have this in place but only for System.ValueTuple<...> types so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Not Started
Status: Not Started
Key Values 1
  
Not Started
Key Values 3
  
Not Started
Development

No branches or pull requests

1 participant