about summary refs log tree commit diff
path: root/src/libserialize/serialize_old.rs
AgeCommit message (Collapse)AuthorLines
2014-03-29Register new snapshotFlavio Percoco-688/+0
2014-03-27serialize: use ResultSean McArthur-0/+688
All of Decoder and Encoder's methods now return a Result. Encodable.encode() and Decodable.decode() return a Result as well. fixes #12292