Home | History | Annotate | Download | only in devel

Lines Matching full:unmarshal

340 * encoding/xml: fix anonymous field Unmarshal example (thanks Gustavo Niemeyer),
949 handle xml.Unmarshal in xmlapi fix (thanks Gustavo Niemeyer),
1012 * encoding/xml: marshal/unmarshal xml.Name in field (thanks Gustavo Niemeyer).
1243 examples for Marshal and Unmarshal.
1639 * encoding/json: add marshal/unmarshal benchmark,
2042 * xml: match Marshal's XMLName behavior in Unmarshal (thanks Chris Farmiloe).
2169 * json: clearer Unmarshal doc,
4242 unexported fields will be silently ignored. Attempting to unmarshal json or
5655 * json: Marshal, Unmarshal using new scanner,
5911 treat bool as value in Unmarshal (thanks Michael Hoisie)
5976 allow any scalar type in xml.Unmarshal