I also agree about JSON. JSON is quicker to serialize to and from than XML, and it also uses less bandwidth.
Realistically though, the serialization should be a simple layer on the top of your API, and there isn't anything that should prevent you from doing both quickly.
Comments
I also agree about JSON. JSON is quicker to serialize to and from than XML, and it also uses less bandwidth.
Realistically though, the serialization should be a simple layer on the top of your API, and there isn't anything that should prevent you from doing both quickly.