BZ

Results 3 comments of BZ

This can be done by using the correct BindingFlags. See [this commit](https://github.com/BastiaanZuurendonk-InsectoCycle/FSharp.Json/commit/8c4bd2b520885084840f152d9ac9860a6b562232) for an example. I'd be happy to help get this implemented.

@bartelink I wasn't aware of the performance implications, but even if the performance would be equal I think this should not be the default behaviour indeed. An overload that allows...

I am mostly thinking along the lines of adding this as a configuration option which can be used with the `serializeEx` and `deserializeEx` methods. This allows you to use it...