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

Customizable/pluggable mapper #67

Closed
danieleteti opened this issue Feb 6, 2017 · 1 comment
Closed

Customizable/pluggable mapper #67

danieleteti opened this issue Feb 6, 2017 · 1 comment

Comments

@danieleteti
Copy link
Owner

danieleteti commented Feb 6, 2017

Update Mapper framework to make it extensible and configurable

  • The default mapper interface will be the same as the current version so that no breaking changes happend
  • Will be possible to register a specific serializer/deserializer engine for each type or property name
  • There will be a mappers registry and at each "Render" call is created (or recicled) the correct mapper based on current controller content-type.
  • NTH: Put the created serializer instances in an objects pool

This is an item of the roadmap.

Development branch: pluggable_mapper

@danieleteti danieleteti changed the title Customizable mapper Customizable/pluggable mapper Feb 6, 2017
@danieleteti
Copy link
Owner Author

RELEASED IN 3.0.0

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