Hi there, how do I go about making my own custom file format? Im working on a Visio-esq project and I want to be able to save "objects" into files (elements that can be rendered on the display context, i.e. Squares, arrows etc) Im looking to save some point data and various other bits and bobs into a file along with a jpeg (or bitmap) preview of that object.
The same goes for "scene" objects, I want to serialize the scene (not a problem) - but also have previews and other data in the file, what is the best method for doing this?
The same goes for "scene" objects, I want to serialize the scene (not a problem) - but also have previews and other data in the file, what is the best method for doing this?