JeremyLikness/ExpressionPowerTools

Implement support to serialize/deserialize MemberInitExpressions

JeremyLikness opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
Required for things like Select(t => new Item { x = t })

Describe the solution you'd like
Serialize and deserialize all three binding types.

Describe alternatives you've considered
N/A

Additional context
N/A

Fixed by #29