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).
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).