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

Make serializers public #34

Closed
aaronpowell opened this issue Feb 23, 2015 · 1 comment
Closed

Make serializers public #34

aaronpowell opened this issue Feb 23, 2015 · 1 comment

Comments

@aaronpowell
Copy link
Contributor

I use a data migration tool to manage the setup of my MongoDB instances and seeding in the base data that is needed. Clients and Scopes are part of that base data but because this plugin uses a custom serializer for that it becomes problematic.

Is there any reason why the serializers couldn't be made public so they can be used without having to create the user service?

It'd also remove the need for InternalsVisibleTo for the tests (or at least, reduce the need for it)

@aaronpowell
Copy link
Contributor Author

Actually, scratch that, it'll make things even worse for me as it embeds the v1.x MongoDB driver and I'm using the v2.x driver, so I'd have namespace/type collisions.

it'd be better if a custom serializer wasn't used at all...

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

No branches or pull requests

1 participant