Serialization and deserialization of a function value with Soap formatting. (With serious limitations; not sure how useful this is.)
6 people like thisPosted: 13 years ago by wmeyer
JSON Parser using Regular Expressions & Active Patterns (just for fun).
8 people like thisPosted: 13 years ago by Phillip Trelford
A fast generic Json serializer for F# types using TypeShape and FParsec
3 people like thisPosted: 7 years ago by Eirik Tsarpalis
There is a namespace System.Runtime.Serialization.Json To serialize generic object you can do like this...
3 people like thisPosted: 3 years ago by Tuomas Hietanen
Implements binary serialization. The encoding supports all records, unions, numeric types, strings, rank-1 arrays, maps, sets, lists and dictionaries. Strings are interned for efficiency. The encoding also uses binary compression (GZIP).
9 people like thisPosted: 13 years ago by Anton Tayanovskyy
Continuing from Nick Palladinos' session types, this snippet is an implementation of indexed monads in F#, as well as a collection of examples that demonstrate its utility: session types, type-safe serialization and reversible workflows.
6 people like thisPosted: 11 years ago by Eirik Tsarpalis
This can be used to generate F# code from an XSD schema. Similar to xsd.exe, this can be wrapped in a console application and used for generator XML or SOAP service clients to facilitate serialization/deserialization of XML into objects.
5 people like thisPosted: 4 years ago by Aaron M Eshbach