Follow on from: #460
My current opinion is that since python has pickle we don't need our own backwards compatible binary format.
Pro/Con for binary format
Pros:
- Isn't tied to python version/pyttb version
- Is probably dramatically faster than our current text based format
Cons:
- Maintenance
- Would probably be really hard to make compatible with MATLAB ttb