Portability | non-portable (System.Posix) |
---|---|
Stability | unstable |
Maintainer | Scott Murphy |
Safe Haskell | None |
Documentation
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
NoFileFound | |
AesonError String | |
BinaryError String | |
CerealError String |