Are you talking about serializing into that format? If so, maybe what
you're looking for is
@XmlJavaTypeAdapter(YourAdapter.class)  You can implement the marshal and
unmarshal methods. It may work for you although I was never able to get it
to work when the entities that were being serialized were being returned in
a collection. It may have stopped working when I switched to jackson. I
just haven't had the time to investigate the issue.

<adrian />

On Tue, Aug 7, 2012 at 3:17 AM, Daniel Siviter <dansivi...@gmail.com> wrote:

> Hi all,
>
> I'm having a bit of a nightmare figuring out how to use a an ISO-8601 date
> format rather than the default long value. I'm using RESTEasy within JBoss
> 7.1 and I believe Jettison is used for the JSON serialisation. Any help
> would be greatly appricated preferably one that doesn't require mucking
> about with system properties.
>
> Thanks
> Dan
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Resteasy-users mailing list
> Resteasy-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/resteasy-users
>
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to