An android app that tests the performance of 4 major serializers: Simple (XML), Jackson (JSON), ProtoBuf, and Thrift.
androidserializertest is hosted in the following web site
https://github.com/asumaray/androidserializertest
If you think the Android project androidserializertest listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of androidserializertest.
Item | Value |
---|---|
Java File Count | 5 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
androidserializertest has the following Java source files.
com.reu.serializationtest.AndroidSerializationActivity.java com.reu.serializationtest.Book.java com.reu.serializationtest.BookProtos.java com.reu.serializationtest.BookType.java com.reu.serializationtest.ThriftBook.java