[JAVA-2186] Add the ability to parse/output BasicDBList Created: 04/May/16 Updated: 08/Dec/17 Resolved: 08/Dec/17 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Codecs |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Guillaume Smet | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Hi! Still working on Hibernate OGM. We need the ability to parse a JSON array which will support JSON extended and BSON functions (NumberLong and so on). The only way I found to do this is to provide the ability to parse/output BasicDBList, similar to what is already done with BasicDBObject. Pull request to come. |
| Comments |
| Comment by Jeffrey Yemin [ 08/Dec/17 ] |
|
See the comment on the linked pull request. We're no longer investing in the DBObject-based classes, which have been effectively superseded in the new CRUD API with the Document class. |
| Comment by Guillaume Smet [ 04/May/16 ] |
|
Pull request: https://github.com/mongodb/mongo-java-driver/pull/349 |