What is the best way to optimize deserialization?
I am currently using the standard Gson.toJson and Gson.fromJson methods for serialization and deserialization of some c
I'd switch to Jackson, and consider other solutions much faster than Gson in benchmarks.