csharp-monad icon indicating copy to clipboard operation
csharp-monad copied to clipboard

Serialize Option+OptionStrict with WCF

Open gonzaw opened this issue 10 years ago • 2 comments
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).

gonzaw avatar Oct 15 '15 14:10 gonzaw

Feel free to submit a pull-request for consideration :)

louthy avatar Oct 15 '15 17:10 louthy

What about if we introduce a type class for serialization?

anicolaspp avatar Oct 11 '16 16:10 anicolaspp