pub fn deserialize<T: DeserializeOwned>(xml: &str) -> Result<T, Error>
Expand description

Deserialize an XML string into a JXON compatible struct.