Skip to content

Instantly share code, notes, and snippets.

View mmv's full-sized avatar

Miguel Ventura mmv

  • OutSystems
  • Portugal
View GitHub Profile
@chkn
chkn / JSON.cs
Last active November 17, 2019 15:17
// Now with more love at:
// https://github.com/chkn/JSON.cs/blob/master/JSON.cs
@theburningmonk
theburningmonk / FSharpSerialization.fsx
Created March 18, 2012 12:54
Serializing/Deserializing F# Record and DU types
#r "System.Xml.dll"
#r "System.Runtime.Serialization.dll"
open Microsoft.FSharp.Reflection
open System.IO
open System.Reflection
open System.Runtime.Serialization
open System.Runtime.Serialization.Formatters.Binary
open System.Runtime.Serialization.Json
open System.Text