Additional notes on xf:submssion/@serialization-method="json" and others

If we go with the curie method then here are some more starting points and benchmarks for serialization names.

A Java-based serialization system for REST:
http://jettison.codehaus.org/ http://jettison.codehaus.org/User%27s+Guide\

Jboss serialization based on MIME type application/*+json
http://www.jboss.org/file-access/default/members/resteasy/freezone/docs/1.0.1.GA/userguide/html/Content_Marshalling_Providers.html



YAML:
A good test case for extensibility would be YAML serialization:
http://www.yaml.org/


Kwalify:
A schema language for YAML and JSON:
http://www.kuwata-lab.com/kwalify/

Received on Friday, 29 January 2010 19:17:31 UTC