Quantcast
Channel: Java Archives - Java Code Geeks
Viewing all articles
Browse latest Browse all 761

Jackson Serialize and Deserialize LocalDate Example

$
0
0
1. Introduction Creating a custom serializer and deserializer via the Jackson library is a common task in Java applications. The LocalDate is an immutable date-time object that represents a date, often viewed as year-month-day. In this example, I will demonstrate how to serialize and deserialize in the following three ways. Register the JavaTimeModule along with …

Viewing all articles
Browse latest Browse all 761

Trending Articles