SciFlow-0.2.0: Scientific workflow management system

Safe HaskellSafe-Inferred
LanguageHaskell2010

Scientific.Workflow.Serialization

Documentation

class Serializable a where Source

Instances

(FromJSON a, ToJSON a) => Serializable a 
(Read a, Show a) => Serializable a