It doesn't matter how you implement it. It only matters that it has to be converted to a stream of bytes and then the conversion has to be reversed (by implementing deserialisation from the data stream).Originally Posted by kiker99
For example you could store an xml representation of your object in the stream (although it would be an overkill).
Bookmarks