XmlJson.Parker.Serializer (XmlJson v0.2.0) View Source

Parker implementation of deserialization from a Xml into Map

Link to this section Summary

Link to this section Types

Link to this type

parker_serializer_options()

View Source

Specs

parker_serializer_options() ::
  %{preserve_root: binary()} | [{:preserve_root, binary()}]

Link to this section Functions

Specs

serialize(map(), parker_serializer_options()) :: {:ok, binary()}