CodeGym /Java Course /Java Collections /Learning to google | Level 3 | Lesson 11

Learning to google | Level 3 | Lesson 11

Java Collections
Level 3 , Lesson 11
Available

"Here are some exercises:"

  What to find using Google
1 What is JSON
2 What is the relationship between JSON and JavaScript
3 How to use Jackson
4 Java Jackson. How to set up serialization in JSON
5 JAXB configuration
6 JAXB serialization examples
7 JAXB annotations
8 Jackson documentation
9 JAXB documentation
10 Jackson deserialization problems
Comments (1)
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION
Hoist Level 35, San Diego, United States
5 January 2024
- alternatives like Jackson were introduced. JAXB stands for Java Architecture for XML Binding. It provides mechanism to marshal (write) java objects into XML and unmarshal (read) XML into object. https://www.oracle.com/technical-resources/articles/javase/jaxb.html#:~:text=JAXB%20simplifies%20access%20to%20an,classes%20that%20represents%20the%20schema. https://www.twilio.com/blog/java-json-with-jackson