Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Serializing and deserializing objects using JAX-RS

Header Image

  1. Object serialization and deserialization
    • This article covers the definition of object serialization and deserialization and how JAX-RS can help with these tasks, as well as a discussion of the commonly used formats for transmitting data over the network - JSON and XML.
  2. Using JAX-RS for object serialization and deserialization
    • This article covers how to use JAX-RS for object serialization and deserialization, including the use of the @Produces and @Consumes annotations, as well as advanced serialization frameworks like Jackson, JAXB, and Gson.

Table of contents