Serialize.Linq icon indicating copy to clipboard operation
Serialize.Linq copied to clipboard

C# library to serialize LINQ expressions

Results 7 Serialize.Linq issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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?