Angular: How to Store Complex Objects in localStorage or sessionStorage You're not limited to strings.
Jackson Deserialization: How to Convert a JSON Array to a Java List or Array Sometimes you need a List. Sometimes you need an array.
Jackson: How to Avoid UnrecognizedPropertyException When Deserializing Objects This is a good solution if you're using a flyweight pattern.
Spring Boot and Jackson: Ditch the Getters and Setters With @JsonAutoDetect *You probably can't really ditch the getters and setters.
Spring Boot and Jackson: How to Parse JSON Into a JsonNode Object Because sometimes there's no "right" class available.
Spring Boot and Jackson: How to Exclude Empty Strings and Arrays During Serialization Why take the boring stuff?
Spring Boot and Jackson: How to Exclude Null Values During Serialization With @JsonInclude Yes, you exclude with an annotation named @JsonInclude.
Spring Boot and Jackson: How to Ignore Specific Properties During Serialization and Deserialization Some properties deserve no attention.