hxt-9.3.1.0: A collection of tools for processing XML with Haskell.

Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Safe HaskellNone

Text.XML.HXT.Arrow.Binary

Description

De-/Serialisation arrows for XmlTrees and other arbitrary values with a Binary instance

Synopsis

Documentation

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