|
Generics.Regular.XmlPickler.Function | Stability | Experimental | Maintainer | typLAB <code@typlab.com> |
|
|
|
Description |
Generic XmlPickler. Use this module if you don't want the instances
from Generics.Regular.XmlPickler.Instances.
|
|
Synopsis |
|
|
|
Documentation |
|
|
The generic pickler. Uses a tag for each constructor with the
lower case constructor name, and a tag for each record field with
the lower case field name. Most values are pickled using their own
XmlPickler instance, and Strings are pickled as possibly empty
text nodes.
|
|
class GXmlPickler f where | Source |
|
The generic XmlPickler class. This gives generic xml picklers for
the functors from Generics.Regular. These are usually not used
directly.
| | Methods | | | Instances | |
|
|
Produced by Haddock version 2.4.2 |