Data Serialization Objectives¶ Be able to convert data from Java objects to json. Use the ObjectMapper to convert from json to Java objects. Negate recursive json when present. Topics¶ Data Serialization POJO To JSON Dealing with Recursive JSON Labs Up -- Next