toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.geojsonparser.moshi
/
LngLatAltMoshiAdapter
Lng
Lat
Alt
Moshi
Adapter
open
class
LngLatAltMoshiAdapter
:
JsonAdapter
<
LngLatAlt
>
LngLatAlt de-serialization for Moshi
Members
Constructors
Lng
Lat
Alt
Moshi
Adapter
Link copied to clipboard
constructor
(
)
Functions
fail
On
Unknown
Link copied to clipboard
@
CheckReturnValue
fun
failOnUnknown
(
)
:
JsonAdapter
<
LngLatAlt
>
from
Json
Link copied to clipboard
@
CheckReturnValue
@
Nullable
fun
fromJson
(
p0
:
String
)
:
LngLatAlt
?
@
CheckReturnValue
@
Nullable
fun
fromJson
(
p0
:
BufferedSource
)
:
LngLatAlt
?
open
override
fun
fromJson
(
reader
:
JsonReader
)
:
LngLatAlt
?
from
Json
Value
Link copied to clipboard
@
CheckReturnValue
@
Nullable
fun
fromJsonValue
(
@
Nullable
p0
:
Any
?
)
:
LngLatAlt
?
indent
Link copied to clipboard
@
CheckReturnValue
open
fun
indent
(
p0
:
String
)
:
JsonAdapter
<
LngLatAlt
>
lenient
Link copied to clipboard
@
CheckReturnValue
fun
lenient
(
)
:
JsonAdapter
<
LngLatAlt
>
non
Null
Link copied to clipboard
@
CheckReturnValue
fun
nonNull
(
)
:
JsonAdapter
<
LngLatAlt
>
null
Safe
Link copied to clipboard
@
CheckReturnValue
fun
nullSafe
(
)
:
JsonAdapter
<
LngLatAlt
>
serialize
Nulls
Link copied to clipboard
@
CheckReturnValue
fun
serializeNulls
(
)
:
JsonAdapter
<
LngLatAlt
>
to
Json
Link copied to clipboard
@
CheckReturnValue
fun
toJson
(
@
Nullable
p0
:
LngLatAlt
?
)
:
String
fun
toJson
(
p0
:
BufferedSink
,
@
Nullable
p1
:
LngLatAlt
?
)
open
override
fun
toJson
(
writer
:
JsonWriter
,
value
:
LngLatAlt
?
)
to
Json
Value
Link copied to clipboard
@
CheckReturnValue
@
Nullable
fun
toJsonValue
(
@
Nullable
p0
:
LngLatAlt
?
)
:
Any
?