I\'m working on a Django-based web service and I\'m trying to figure out what the best way to do my serialization will be.
The tricky requirement, though, is that I\'d l
Have you looked at django-piston? It should have a bunch of stuff to make this easier.
(Not sure about serialization specifically, but Django RESTy web services.)