Open kxxr opened 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?
In a nutshell, any type that can be serialized by BinaryFormatter is serializable in MBrace.
Check out the FsPickler documenation for more information.
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?