JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
IO.JSON.Gson.com.google.gson.internal
Interface ObjectConstructor<T>
public interface
ObjectConstructor<T>
Defines a generic object construction factory. The purpose of this class is to construct a default instance of a class that can be used for object navigation while deserialization from its JSON representation.
Method Summary
Methods
Modifier and Type
Method and Description
T
construct
()
Returns a new instance.
Method Detail
construct
T
construct()
Returns a new instance.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method