asynkron / Wire

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

.NET Core serialization issues #141

Closed rogeralsing closed 3 years ago

rogeralsing commented 7 years ago

Delegates and Expressions do not serialize in .NET Core. The code compiles but the tests fail. Not yet sure why as the same code on .NET Full works. Investigating