ColinChang.MongoHelper.JsonConvert
1.0.0
This is a Json convert utility that can serialize and deserialize objects with "ObjectId"(defined in MongoDB.Driver) type properties.
Install-Package ColinChang.MongoHelper.JsonConvert -Version 1.0.0
dotnet add package ColinChang.MongoHelper.JsonConvert --version 1.0.0
<PackageReference Include="ColinChang.MongoHelper.JsonConvert" Version="1.0.0" />
paket add ColinChang.MongoHelper.JsonConvert --version 1.0.0
#r "nuget: ColinChang.MongoHelper.JsonConvert, 1.0.0"
This is a Json convert utility that can serialize and deserialize objects with "ObjectId"(defined in MongoDB.Driver) type properties.
We also provide an "ObjectIdConverter" that can work with Newtonsoft.Json.Actually,the BsonConvert is just a wrapper of JsonConvert defined in Newtonsoft.Json.
This is a Json convert utility that can serialize and deserialize objects with "ObjectId"(defined in MongoDB.Driver) type properties.
We also provide an "ObjectIdConverter" that can work with Newtonsoft.Json.Actually,the BsonConvert is just a wrapper of JsonConvert defined in Newtonsoft.Json.
Dependencies
-
.NETStandard 2.0
- MongoDB.Bson (>= 2.8.0)
- Newtonsoft.Json (>= 12.0.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 965 | 4/24/2019 |