AMF vs. JSON in AIR Mobile Applications

UPDATE 11/23/2011: Full source code now available at: https://github.com/triceam/Flex-Mobile-Serialization-Tester Recently, I’ve been asked more than once which is better: AMF or JSON for AIR mobile applications. This post is to highlight some performance comparisons, and a sample testing application that I put together. First, it is important to know what both AMF and JSON are. […]