F# – XmlSerializer, Record types and [CLIMutable]
I talked about the XML and JSON serialization of F# types in a previous post, and since then F# 3.0 has been released and a new [CLIMutable] was quietly added amidst the hype surrounding the awesome type providers! CLIMutable Attribute When applied to a F# record type, the CLIMutable attribute tells the F# compiler …
F# – XmlSerializer, Record types and [CLIMutable] Read More »