XmlJson.Parker.Deserializer (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_deserializer_options()

View Source

Specs

parker_deserializer_options() ::
  %{preserve_root: boolean()} | [{:preserve_root, boolean()}]

Link to this section Functions

Specs

deserialize(binary(), parker_deserializer_options()) :: {:ok, map()}