I am trying to implement some JSON serialization for service communication in
my app. It seems that every solution I try ends up with a "mtouch failed
with no output (1)" when building for the device.

I have tried the following libraries:
- fastJSON
- Newtonsoft.Json
- System.Json (Works but has very cumbersome requirements for
deserialization)

I am looking for the best option to accomplish this. The ideal solution
would be something like Deserialize<MyObject>(json); and Serialize(obj); etc
...

Any info on this would be great!

Shawn

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/JSON-Serialization-tp3818642p3818642.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to