Jackson Exceptions – Problems and Solutions

2021 VietMX 0

1. Overview In this tutorial, we’ll go over the most common Jackson Exceptions – the JsonMappingException and UnrecognizedPropertyException. Finally – we’ll briefly discuss Jackson no such method errors. 2. “JsonMappingException: […]

Jackson JSON Views

2021 VietMX 0

1. Overview In this tutorial, we’ll go over how to use Jackson JSON Views to serialize/deserialize objects, customize the views and finally – how to […]

Jackson Date

2021 VietMX 0

1. Overview In this tutorial, we’ll serialize dates with Jackson. We’ll start by serializing a simple java.util.Date, then Joda-Time, and finally, the Java 8 DateTime. 2. […]

Jackson vs Gson

2021 VietMX 0

1. Introduction In this article, we’ll compare the Gson and Jackson APIs for serializing and deserializing JSON data to Java objects and vice-versa. Gson and Jackson are complete libraries […]