ga...@deanblakely.com wrote:
>
> I have a series of .NET WCF RESTFul services that can produce either 
> JSON or XML format responses.  These services will be used by android [sic]
> java [sic] clients.  I'm presently an android/java newbie. 


> Which format is easier to process.  Which is faster.


They're probably about equivalently to process assuming a good parsing 
library for both.

What do you mean by "faster"? How much speed difference does there have to 
be to matter?

My guess is that it will make no practical difference. "Speed" is a 
nebulous concept in software applications and is affected by so many 
factors. The only way to reliably assess speed is to run your app under 
realistic conditions with the alternatives, and see how they compare.

Dr. Knuth famously said, "Premature optimization is the root of all evil."

Since they are my own services I don't care to much about type-safety. 


You can never care too much about type safety.

You should revise your attitude on that one.

-- 
Lew

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to