I am developing an Android project with Apache Avro, but it depends on two Jackson libs(core-asl.jar and mapper-asl.jar). Unfortunately, these two libs are too large for an Android application. I wonder if there is any way to simplify the Avro source code, or can I replace Jackson with org.json directly?
Asked
Active
Viewed 798 times
8
-
what do you mean by two large for an android application? – Chris Gomez Sep 22 '17 at 17:45
-
yes , you can Replace Jackson with org.json – chandrakant sharma Sep 25 '17 at 05:17
-
@cgomezmendez generally smaller Android applications are preferable over bigger ones - they are faster to download for users. Also in my case I'm quite close to the limit on total number of methods. – Devstr Sep 25 '17 at 16:38
-
@chandrakantsharma could you please post how to replace Jackson with org.json in Avro library? – Devstr Sep 25 '17 at 16:39