Availability: In Stock

Instant GSON 1st Edition

SKU: 9781783282043

Original price was: $16.99.Current price is: $4.25.

Access Instant GSON 1st Edition Now. Discount up to 90%

Categories: ,

Additional information

Full Title

Instant GSON 1st Edition

Author(s)

Sandeep Patel

Edition

1st Edition

ISBN

9781783282043, 9781783282036

Publisher

Packt Publishing

Format

PDF and EPUB

Description

Learn to create JSON data from Java objects and implement them in an application with the GSON library

Key Features

  • Learn something new in an Instant! A short, fast, focused guide delivering immediate results
  • Convert JAVA Objects to JSON representation and vice versa
  • Learn about the Field Exclusion strategy
  • Write your own JSON converter

Book Description

GSON is a specialized Java-based library for handling JSON data, developed by Google. GSON demonstrates an efficient use of CPU time, memory efficiency, the library, and developer productivity. This book will help you implement GSON in your Java project.

Instant GSON is a practical, hands-on guide that provides you with all the implementation features of the GSON API through coded examples, which will help you take advantage of the real power that is behind the GSON API, and give you a good grounding to use it in your projects.

Instant GSON starts with an introduction to the JSON data format and GSON library. It will take you through the configuration steps required to set up a GSON-based Java project. You will learn about the top features of the GSON library, which includes handling generic type and nested class objects in Java, implementing versioning support, exclusion strategies, and pretty printing. At the end of the book you will find some useful references to articles, blogs, and active communities.

What you will learn

  • Convert Java objects to and from JSON
  • Handle generic and null java objects
  • Maintain different versions of serialized JSON
  • Alter the name of fields when serializing
  • Creating user defined annotation to remove fields while serializing
  • Learn about the implementation of GSON in web applications

Who this book is for

Instant GSON is for software developers who are new to the GSON library, and who are looking to explore it in depth. You should have some experience in Java programming and Java POJO classes.