O'Reilly Tags
We're experimenting with a folksonomy based on tag data provided by del.icio.us. Follow development in this blog post.
C# Object Serialization (5 tags)
In object-oriented programming, you sometimes need to persist the state of an object into a file
and then retrieve it later. The .NET Framework's object
serialization technique makes this easy. Budi Kurniawan explains and demonstrates the underlying technology with a simple vector-based drawing application.
Serializing Java Objects with XStream (2 tags)
Michael Fitzgerald gives us a quick lesson in using XStream to serialize and deserialize Java objects to and from XML.





