I have a Windows Store app in which I need to store state, which I need to do in a file. Right now, I am using XML serialization, but I would rather use binary serialization for the sake of space (right now, it uses about 7KB). Are there any good examples
on using binary serialization in a Windows Store app available? Thanks.
Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/