Java com.google.gson JsonSerializationContext fields, constructors, methods, implement or subclass

Example usage for Java com.google.gson JsonSerializationContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gson JsonSerializationContext.

The text is from its open source code.

Method

JsonElementserialize(Object src)
Invokes default serialization on the specified object.
JsonElementserialize(Object src, Type typeOfSrc)
Invokes default serialization on the specified object passing the specific type information.