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

JSONDictionaryTransformerName and entityMapperName not working as expected. #66

Open
gregkerzhner opened this issue Jun 27, 2016 · 1 comment
Labels

Comments

@gregkerzhner
Copy link

gregkerzhner commented Jun 27, 2016

Hello.

Thank you for the great library!

I am not sure if something is wrong with my setup, but if I add a entityMapperName to two entities (for example PictureMessage and TextMessage, which both inherit from Message), and also have JSONDictionaryTransformerName for both PictureMessage and TextMessage, those JSONDictionaryTransformerName will not be called. Only a JSONDictionaryTransformerName on the abstract Message class works.

Personally this caused me a few hours of headache to get to work so I am submitting a pull request that documents this behavior: #65

@gonzalezreal
Copy link
Owner

Hi,
Thanks for reporting. This looks like a bug. I will investigate.

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

No branches or pull requests

2 participants