Modules§
Functions§
- from_
reader - Deserialize from a reader. This method will do internal copies of data
readed from
reader. If you want have a&strinput and want to borrow as much as possible, usefrom_str. - from_
str - Deserialize an instance of type
Tfrom a string of XML text. - to_
string - Serialize struct into a
String - to_
writer - Serialize struct into a
Writer