I have a J2ME application that needs to communicate with my server, and download information for the application in XML. My application could run a lot faster if I had a better format of data, which would allow me to have more efficient parsing code.
Does anyone know an efficient substitute for XML? Maybe something specific for mobile phones?