Deserializing
I'm going to go through the process of serializing and deserializing an object.
What this means is that we're going to convert an object into an array of bytes, which can easily be moved around or stored (for later use). And for deserialization we just take those bytes and convert them back into an Object.
jon | December 02, 2010 | Comments (4)