XML Serialization and Deserialization with Jackson In this section, we will discuss another important concept of Jackson, i.e., serialization and deserialization of…
object srialization using jackson
-
-
Serialize Date by using Jackson In Java, Date is one of the most important data types. When we work with REST API,…
-
Jackson Ignore Properties on Marshalling In this section, we will understand how we can ignore the fields at the time of serializing…
-
Jackson JSON Views JSON Views is another important element of Jackson. JSON Views is also used for serializing and deserializing Java objects.…
-
Map Serialization and Deserialization with Jackson Just like Java objects, we can serialize and deserialize Java Map by using Jackson. We can…
-
Miscellaneous Annotations in Jackson Custom annotation and MixIn annotation come in miscellaneous annotations. Miscellaneous annotations are used at the time of serializing…
-
Parsing String to JsonNode Jackson In this section, we will understand how we can use Jackson 2.0 for converting a JSON String…
-
Serialize and Deserialize Booleans as Integers with Jackson In Java, the Jackson library is the de-facto standard when it comes to processing…
-
Serialize and Deserialize Enums with Jackson In this section, we will understand how we can serialize and deserialize Java Enums by using…
-
Serialize and Deserialize Specific Fields in Jackson In this section, we will explore various ways through which we can control whether the…