[Resteasy-users] JSON ISO-8601 Date Format

2012-08-07 Thread Daniel Siviter
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

Re: [Resteasy-users] JSON ISO-8601 Date Format

2012-08-07 Thread Adrian Rodriguez
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