JamesNK / Newtonsoft.Json.Bson

Json.NET BSON adds support for reading and writing BSON to Json.NET
MIT License
55 stars 23 forks source link

Experimental Async Reading DO NOT MERGE. #4

Closed JonHanna closed 7 years ago

JonHanna commented 7 years ago

Async reading implemented using InternalsVisibleTo for discussion and planning of how to do so without exposing internals

JonHanna commented 7 years ago

I think, but am not sure that the only method that absolutely has to be exposed is the SetToken overloads that are used here, and that the rest can be duplicated easily enough.

JamesNK commented 7 years ago

Replaced with https://github.com/JamesNK/Newtonsoft.Json.Bson/pull/5