serial-test-generators-0.1.3: Test your 'Aeson' 'Serialize' and 'Binary' instances for stability over time
Test.Serial
Description
runAesonSerializationTest :: (ToJSON a, FromJSON a) => a -> FilePath -> IO (Either TestError a) Source
runBinarySerializationTest :: Binary a => a -> FilePath -> IO (Either TestError a) Source
runCerealSerializationTest :: Serialize a => a -> FilePath -> IO (Either TestError a) Source
data TestError Source
Constructors
Instances