F# – Serializing F# Record and Discriminated Union types
I love using F#’s Record and Discriminated Union types, they work nicely with pattern matching inside your F# code and can often alleviate some of the ceremony involved around creating and using a complex object hierarchy. However, on the odd occasion when you need to serialize them into JSON/XML/Binary format, it might not be immediately …
F# – Serializing F# Record and Discriminated Union types Read More »