parser
Toggle table of contents
0.3-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
parser
parser
/
dev.hossain.timeline.model.settings
/
LatestLocationReportingSettingChangeJsonAdapter
Latest
Location
Reporting
Setting
Change
Json
Adapter
class
LatestLocationReportingSettingChangeJsonAdapter
(
moshi
:
Moshi
)
:
JsonAdapter
<
LatestLocationReportingSettingChange
>
Members
Constructors
Latest
Location
Reporting
Setting
Change
Json
Adapter
Link copied to clipboard
constructor
(
moshi
:
Moshi
)
Functions
fail
On
Unknown
Link copied to clipboard
fun
failOnUnknown
(
)
:
JsonAdapter
<
LatestLocationReportingSettingChange
>
from
Json
Link copied to clipboard
fun
fromJson
(
p0
:
String
)
:
LatestLocationReportingSettingChange
?
fun
fromJson
(
p0
:
BufferedSource
)
:
LatestLocationReportingSettingChange
?
open
override
fun
fromJson
(
reader
:
JsonReader
)
:
LatestLocationReportingSettingChange
from
Json
Value
Link copied to clipboard
fun
fromJsonValue
(
p0
:
Any
?
)
:
LatestLocationReportingSettingChange
?
indent
Link copied to clipboard
open
fun
indent
(
p0
:
String
)
:
JsonAdapter
<
LatestLocationReportingSettingChange
>
lenient
Link copied to clipboard
fun
lenient
(
)
:
JsonAdapter
<
LatestLocationReportingSettingChange
>
non
Null
Link copied to clipboard
fun
nonNull
(
)
:
JsonAdapter
<
LatestLocationReportingSettingChange
>
null
Safe
Link copied to clipboard
fun
nullSafe
(
)
:
JsonAdapter
<
LatestLocationReportingSettingChange
>
serialize
Nulls
Link copied to clipboard
fun
serializeNulls
(
)
:
JsonAdapter
<
LatestLocationReportingSettingChange
>
to
Json
Link copied to clipboard
fun
toJson
(
p0
:
LatestLocationReportingSettingChange
?
)
:
String
fun
toJson
(
p0
:
BufferedSink
,
p1
:
LatestLocationReportingSettingChange
?
)
open
override
fun
toJson
(
writer
:
JsonWriter
,
value_
:
LatestLocationReportingSettingChange
?
)
to
Json
Value
Link copied to clipboard
fun
toJsonValue
(
p0
:
LatestLocationReportingSettingChange
?
)
:
Any
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String