zspitz / ExpressionTreeToString

String representations of expression trees + library of expression tree objects
MIT License
151 stars 12 forks source link

"Official" MS serialization format for expression trees #90

Open zspitz opened 2 years ago

zspitz commented 2 years ago

It seems there is an XML serialization format for expression trees published on MS Docs; perhaps it should be added as a rendering format.

OTOH, it doesn't seem to have been updated since LINQ first came out; it doesn't include the new nodes added in .NET 4.