简体   繁体   中英

Simple XML Serialization 3rd Party Library

I'm trying to speed up my XML parsing and I've stumbled upon Simple XML Serialization which looks pretty good, but I have two questions which I was wondering if anybody could help me with:

  1. Does anyone have any performance figures of Simple over the built in SAXParser on an Android device? (or just in general if not on a handset)
  2. Does anyone know if Simple includes support for streamed files? Unfortunately the application I'm working on sometimes needs large XML files, and there's no room for alternatives and I can't for the life of me find any reference to streaming on the website .

您可能还需要考虑XStream

经过几次测试,我发现内置的SAXParser比我能找到的任何其他东西都快得多。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM