Option
Option copied to clipboard
added binary serialisation
Addition of the [Serialization] attribute to the Option type, along with a test for binary serialisation. It's something we've found useful as we needed to use SQL Server to store ASPNET Session State (containing objects with Option<T> properties).