fxbox / deprecated-taxonomy

This repository has moved.
https://github.com/fxbox/foxbox/
Mozilla Public License 2.0
0 stars 9 forks source link

Resolve #14 Rationalizing deserialization #38

Closed Yoric closed 8 years ago

Yoric commented 8 years ago

The use of Serde's [De]serialize saved us lots of time, but at this stage, it:

This patch fully reimplements our (de)serialization to introduce:

For the moment, we do not remove Serde's [De]serialize, as it is still used by the Simulator and possibly other stuff, but it is most likely on its way out.