Copyright | Copyright (C) 2008 Uwe Schmidt |
---|---|
License | MIT |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
De-/Serialisation arrows for XmlTrees and other arbitrary values with a Binary instance
- readBinaryValue :: Binary a => String -> IOStateArrow s b a
- writeBinaryValue :: Binary a => String -> IOStateArrow s a ()
Documentation
readBinaryValue :: Binary a => String -> IOStateArrow s b a Source
writeBinaryValue :: Binary a => String -> IOStateArrow s a () Source
Serialize a value, optionally compress it, and write it to a file. In case of an error, the error message is issued and the arrow fails