I am trying out the Simple XML serializer. I am more interested in deserialization from XML->Java. Here is my code as a unit test:
import java.io.StringReade
Java will serialize all of your class members by default if they implement Serializable and adhere to the JavaBean syntax.
Serializable