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

MongodbSerializer.asDBObject(…) should be pluggable #29

Closed
odrotbohm opened this issue Oct 13, 2011 · 1 comment
Closed

MongodbSerializer.asDBObject(…) should be pluggable #29

odrotbohm opened this issue Oct 13, 2011 · 1 comment

Comments

@odrotbohm
Copy link

Currently MongodbSerializer does not handle complex objects bound to path expressions as it simply puts them into a BasicDBObject as is although they need to be serialized into a DBObject in turn. So it would be cool if the asDBObject(…) method would either be protected to allow subclasses to customize that behaviour or if MongodbSerializer could simply get a pluggable Transformer<Object, DBObject> to allow delegating customization.

@timowest
Copy link
Member

Released in 2.2.4

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

2 participants