users@jaxb.java.net

Mixing custom/manual marshalling with JAXB

From: Nick Minutello <nick.minutello_at_gmail.com>
Date: Wed, 5 Jul 2006 09:53:43 -0400

I want to use jaxb to marshal&unmarshal my object graph but there are
objects within this graph that I need to marshal/unmarshal manually
(Its quite complicated marshalling/unmarshalling - it requires data
that is only available at runtime to do it).

Is there a way I can plug into the marshalling/unmarshalling to do
this? If not, can we add it?

Question also posted on the forum:
http://forums.java.net/jive/thread.jspa?threadID=16648

Thanks
-Nick