mbraceproject / FsPickler

A fast multi-format message serializer for .NET
http://mbraceproject.github.io/FsPickler/
MIT License
325 stars 52 forks source link

FsPickler on iOS gives PlatformNotSupportedException #108

Open dsyme opened 6 years ago

dsyme commented 6 years ago

On iOS we get PlatformNotSupportedException because of the use of DynamicMethod

It would be nice if there was a dynamic option to disable codegen