csharp-monad
csharp-monad copied to clipboard
Serialize Option+OptionStrict with WCF
trafficstars
Is there any way to be able to serialize Option and OptionStrict? I'm using this library at work but it's harder to adopt Option and OptionStrict in our codebase if we can't serialize it. We have WCF services that expose XML and JSON and we'd need to serialize it to both (and deserialize it too).
Feel free to submit a pull-request for consideration :)
What about if we introduce a type class for serialization?