Serialize.Linq
Serialize.Linq copied to clipboard
C# library to serialize LINQ expressions
Hi! Firstly, great job on this NuGet :) I'm serializing a Expression type and my question is about deserialization: Is there a way to determine the _known_types list? Or another...
When a type has only 1 public field and the field name has - different from the name of the type that contains it then System.ArgumentException is generated at MethodCallExpressionNode...
Hello, I have some expressions that use Expression.Default and they are not serializing. Here is a simplistic example to re-create the issue: var defaultValue = Expression.Default(typeof(int)); var expressionSerializer = new...
Hello, great code, but there is a problem that i can not seem to figure out how to deal with. // This works fine. Expression d = f => new...
**Describe the bug** We have a generic report generator, it receives `IQueryable` and OData query string. I need to change it to accept `IQueryable` and `Expression`. The report engine must...
The xml serializer uses strings but the json one uses integers. Is there a setting to use strings with json?