betwixt

CyclicalReferenceException while using Betwixt

I have cyclical references in my hibernate domain model which is causing Betwixt to fail. I don't want to change my domain model. How do I change Betwixt to ignore the cyclical reference? ...

How can I exclude objects from being mapped by Apache Commons Betwixt?

ORMapper that I use extends some of its own attributse all objects that mapped, now I need to generate XML from objects, but I don't want to generate information about my ORMapper related objects, so how can I exclude ORMapper related classes from being generated to XML? ...

Reading Java Vectors in from XML using Betwixt Fails

So I'm writing a program which has a large number of classes that need to be written out to XML, and then read in from XML later. I found that Betwixt turns the Classes I have into XML, writes it to file, and then reads back in the same stuff to instantiate a class. Awesome. Just what I wanted. I happen to have a class which is Suppo...