Got a quick question. Does anyone know how to let JAXB (marshall) render boolean fields as 1 and 0 instead of printing out \"true\" and \"false\"?
You can write a pair of parser/writers and define the property mapping in binding JAXB XML.