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

Abstract away reflection logic #158

Open
Arithmomaniac opened this issue Dec 7, 2018 · 0 comments
Open

Abstract away reflection logic #158

Arithmomaniac opened this issue Dec 7, 2018 · 0 comments

Comments

@Arithmomaniac
Copy link
Collaborator

Abstract away common reflection operations into a new class, so that you would call things like e.g. DtoReflectionHelper<T>.GetFields(FieldType.SingleObject).
This will make the code easier to read and allow for reflection optimization techniques (such as a plugin to use FastMember).

(Broken off of #153)

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