toggle menu
Sensibill Android SDK
androidJvm
switch theme
search in API
Sensibill Rest API
/
com.getsensibill.rest.generated.infrastructure
/
LocalDateAdapter
Local
Date
Adapter
class
LocalDateAdapter
(
formatter
:
DateTimeFormatter
=
DateTimeFormatter.ISO_LOCAL_DATE
)
:
TypeAdapter
<
LocalDate
>
Members
Constructors
Local
Date
Adapter
Link copied to clipboard
constructor
(
formatter
:
DateTimeFormatter
=
DateTimeFormatter.ISO_LOCAL_DATE
)
Functions
from
Json
Link copied to clipboard
fun
fromJson
(
p0
:
Reader
)
:
LocalDate
fun
fromJson
(
p0
:
String
)
:
LocalDate
from
Json
Tree
Link copied to clipboard
fun
fromJsonTree
(
p0
:
JsonElement
)
:
LocalDate
null
Safe
Link copied to clipboard
fun
nullSafe
(
)
:
TypeAdapter
<
LocalDate
>
read
Link copied to clipboard
open
override
fun
read
(
out
:
JsonReader
?
)
:
LocalDate
?
to
Json
Link copied to clipboard
fun
toJson
(
p0
:
LocalDate
)
:
String
fun
toJson
(
p0
:
Writer
,
p1
:
LocalDate
)
to
Json
Tree
Link copied to clipboard
fun
toJsonTree
(
p0
:
LocalDate
)
:
JsonElement
write
Link copied to clipboard
open
override
fun
write
(
out
:
JsonWriter
?
,
value
:
LocalDate
?
)