| Portability | non-portable (System.Posix) |
|---|---|
| Stability | unstable |
| Maintainer | Scott Murphy |
| Safe Haskell | None |
Test.Serial
Description
Documentation
runAesonSerializationTest :: (ToJSON a, FromJSON a) => a -> FilePath -> IO (Either TestError a)Source
runBinarySerializationTest :: Binary a => a -> FilePath -> IO (Either TestError a)Source
Constructors
| NoFileFound | |
| AesonError String | |
| BinaryError String |