mbraceproject / mbrace-docs

MBrace website and document generation repository
http://mbrace.io
Other
1 stars 17 forks source link

Request for table of serialisable data types #25

Open kxxr opened 9 years ago

kxxr commented 9 years ago

Have begun using starter pack (great), first question that comes to mind is: what data types can be serialised as part of cloud tasks? Is it possible to get some definitive documentation regarding this please?

eiriktsarpalis commented 9 years ago

In a nutshell, any type that can be serialized by BinaryFormatter is serializable in MBrace.

Check out the FsPickler documenation for more information.