Gamebase SDK for Android  2.40.0
NHN Cloud Gamebase Platform
ValueObject Class Reference
Inheritance diagram for ValueObject:
Inheritance graph
Collaboration diagram for ValueObject:
Collaboration graph

Public Member Functions

String toJsonString ()
 
String toPrettyJsonString ()
 
String toString ()
 

Static Public Member Functions

static< T > T fromJson (@NonNull String json, Class< T > classOfT)
 
static< T > T fromJson (@NonNull JSONObject jsonObject, Class< T > classOfT)
 
static< T > T fromJson (@NonNull String json, Type type)
 

Member Function Documentation

◆ fromJson() [1/3]

static <T> T fromJson ( @NonNull JSONObject  jsonObject,
Class< T >  classOfT 
)
static
Here is the call graph for this function:

◆ fromJson() [2/3]

static <T> T fromJson ( @NonNull String  json,
Class< T >  classOfT 
)
static
Here is the caller graph for this function:

◆ fromJson() [3/3]

static <T> T fromJson ( @NonNull String  json,
Type  type 
)
static

◆ toJsonString()

String toJsonString ( )
Here is the caller graph for this function:

◆ toPrettyJsonString()

String toPrettyJsonString ( )

◆ toString()

String toString ( )

Reimplemented in TransferAccountRenewConfiguration.

Here is the call graph for this function: