app
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
app
app
/
org.scottishtecharmy.soundscape.geojsonparser.moshi
/
GeoJsonObjectMoshiAdapter
Geo
Json
Object
Moshi
Adapter
open
class
GeoJsonObjectMoshiAdapter
:
JsonAdapter
<
GeoJsonObject
>
Members
Constructors
Geo
Json
Object
Moshi
Adapter
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
fail
On
Unknown
Link copied to clipboard
@
CheckReturnValue
fun
failOnUnknown
(
)
:
JsonAdapter
<
GeoJsonObject
?
>
?
from
Json
Link copied to clipboard
@
CheckReturnValue
@
Nullable
fun
fromJson
(
string
:
String
?
)
:
GeoJsonObject
?
@
CheckReturnValue
@
Nullable
fun
fromJson
(
source
:
BufferedSource
?
)
:
GeoJsonObject
?
open
override
fun
fromJson
(
reader
:
JsonReader
)
:
GeoJsonObject
?
from
Json
Value
Link copied to clipboard
@
CheckReturnValue
@
Nullable
fun
fromJsonValue
(
@
Nullable
value
:
Any
?
)
:
GeoJsonObject
?
indent
Link copied to clipboard
@
CheckReturnValue
open
fun
indent
(
indent
:
String
?
)
:
JsonAdapter
<
GeoJsonObject
?
>
?
lenient
Link copied to clipboard
@
CheckReturnValue
fun
lenient
(
)
:
JsonAdapter
<
GeoJsonObject
?
>
?
non
Null
Link copied to clipboard
@
CheckReturnValue
fun
nonNull
(
)
:
JsonAdapter
<
GeoJsonObject
?
>
?
null
Safe
Link copied to clipboard
@
CheckReturnValue
fun
nullSafe
(
)
:
JsonAdapter
<
GeoJsonObject
?
>
?
read
Default
Link copied to clipboard
fun
readDefault
(
outObj
:
GeoJsonObject
,
paramIndex
:
Int
,
reader
:
JsonReader
)
serialize
Nulls
Link copied to clipboard
@
CheckReturnValue
fun
serializeNulls
(
)
:
JsonAdapter
<
GeoJsonObject
?
>
?
to
Json
Link copied to clipboard
@
CheckReturnValue
fun
toJson
(
@
Nullable
value
:
GeoJsonObject
?
)
:
String
?
fun
toJson
(
sink
:
BufferedSink
?
,
@
Nullable
value
:
GeoJsonObject
?
)
open
override
fun
toJson
(
writer
:
JsonWriter
,
value
:
GeoJsonObject
?
)
to
Json
Value
Link copied to clipboard
@
CheckReturnValue
@
Nullable
fun
toJsonValue
(
@
Nullable
value
:
GeoJsonObject
?
)
:
Any
?
write
Default
Link copied to clipboard
fun
writeDefault
(
inObj
:
GeoJsonObject
,
writer
:
JsonWriter
)
write
Map
Link copied to clipboard
fun
writeMap
(
map
:
Map
<
*
,
*
>
,
writer
:
JsonWriter
)
write
Unknown
Link copied to clipboard
fun
writeUnknown
(
value
:
Any
?
,
writer
:
JsonWriter
)