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