users@jaxb.java.net

RE: How to render Map objects?

From: KARR, DAVID (ATTSI) <"KARR,>
Date: Sat, 12 Mar 2011 20:14:13 -0800

> -----Original Message-----
> From: KARR, DAVID (ATTSI)
> Sent: Saturday, March 12, 2011 6:31 PM
> To: users_at_jaxb.java.net
> Subject: How to render Map objects?
>
> What is the current status of being able to render Map objects to XML?
>
> I noticed a page in the Glassfish JAXB page dated about 1.5 years ago
> saying that you have to effectively map Map objects to a "fake" Map
> type
> that just has the same semantics, but doesn't implement the type. I
> hope that isn't still the case, is it?

I guess I figured out my answer to this. The javadoc for "XmlAdapter"
in the JDK explains the steps I have to follow.