-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Serialization
-
None
-
Fully Compatible
We would like to integrate as tightly as possible with Json.NET.
Examples of desired integrations:
- Make use of Json.NET serializers for classes annotated with Json.NET serialization attributes
- Support LINQ queries against classes being serialized with Json.NET
These integrations would likely be packaged in a separate DLL so that the core driver DLLs don't become dependent on Json.NET.
- related to
-
CSHARP-1296 StackOverflowException when serializing a class C that implements IEnumerable<C>
- Closed