milesizzo / stb

0 stars 0 forks source link

Abstract out serialization code #8

Closed milesizzo closed 7 years ago

milesizzo commented 7 years ago

The serialization code doesn't need to be JSON - I think I could write a base interface / implementation that could be any output type (JSON, binary, XML). The serialize / deserialize code could then call these generic methods that don't care what type of data is being saved / loaded.

milesizzo commented 7 years ago

Done! Yes!