asynkron / Wire

Binary serializer for POCO objects
Apache License 2.0
376 stars 63 forks source link

C# LINQ expression serialization #107

Closed Horusiath closed 8 years ago

Horusiath commented 8 years ago

This PR introduces fixes and serialization factories necessary to serialize reflection types like ConstructorInfo, PropertyInfo, FieldInfo and C# LINQ expressions - at least most of them, as I don't suppose that C# dynamic is supported.

Additionally PR contains test suite for most common expressions and test for F# quotation - latter is skipped, as Wire is unable to pass this test at the moment. This can be done in a separate PR.

rogeralsing commented 8 years ago

Awesome!