davesnowdon / naoutil

A project containing useful utility code for NAO developers (mostly in python). Includes support for i18n and JSON serialisation of arbitrary classes
GNU Lesser General Public License v3.0
9 stars 6 forks source link

Better support for deserialising sub-classes #2

Open davesnowdon opened 11 years ago

davesnowdon commented 11 years ago

In the current JSON deserialisation code we rely on the constructor accepting all the state required by super-classes, there is probably a better we can do this.