Enum as an XML Attribute with XStream
Posted in Coding, Java on December 8th, 2006 5 Comments »
I am the type of developer that uses existing 3rd-party solutions whenever possible. Lately, I’ve been using XStream for object persistance in a standalone Java application. So far, I must say that I’m extremely impressed with how well this API is put together and also with its simplicity. Exporting an entire object tree is as [...]