hxt-9.0.1: A collection of tools for processing XML with Haskell.Source codeContentsIndex
Text.XML.HXT.Arrow.Binary
Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Description
De-/Serialisation arrows for XmlTrees and other arbitrary values with a Binary instance
Synopsis
readBinaryValue :: (NFData a, Binary a) => String -> IOStateArrow s b a
writeBinaryValue :: Binary a => String -> IOStateArrow s a ()
Documentation
readBinaryValue :: (NFData a, Binary a) => String -> IOStateArrow s b aSource
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
Produced by Haddock version 2.6.1