Unlike Gson, Jackson will require getters for all private fields, otherwise serialization and deserialization won’t work. Jackson requires Java SE 1.5 or more, so we can’t use it on legacy projects.
Read moreUnlike Gson, Jackson will require getters for all private fields, otherwise serialization and deserialization won’t work. Jackson requires Java SE 1.5 or more, so we can’t use it on legacy projects.
Read more