pub fn from_reader_xml<R: Read, T: DeserializeOwned>(
reader: R,
) -> Result<T, Error>Expand description
Deserializes an instance of type T from a byte stream containing an XML encoded plist.
pub fn from_reader_xml<R: Read, T: DeserializeOwned>(
reader: R,
) -> Result<T, Error>Deserializes an instance of type T from a byte stream containing an XML encoded plist.