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

Learning to google | 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)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Hoist
Level 35 , San Diego, United States
5 January 2024, 17:54
- 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