I'm trying to develop a portal engine and I need to be able to serialize the portlets to XML and I'm looking for an Java to XML, XML to Java solution, sort of like the Bean Serializer in AXIS or XMLEncoder in JDK 1.4.0 (Which I cannot seem to get to work, it just renders empty docs). Is it possible to extract the Bean Serializer, or does some one know of a freely available serializer like it??
