toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic-kotlinx-datetime
/
dev.evo.elasticmagic.doc
/
BaseKotlinxDateTimeType
Base
Kotlinx
Date
Time
Type
abstract
class
BaseKotlinxDateTimeType
<
V
>
:
BaseDateTimeType
<
V
>
Inheritors
InstantType
DateTimeType
DateType
Members
Constructors
Base
Kotlinx
Date
Time
Type
Link copied to clipboard
constructor
(
)
Properties
name
Link copied to clipboard
open
override
val
name
:
String
term
Type
Link copied to clipboard
abstract
val
termType
:
KClass
<
*
>
Functions
deserialize
Link copied to clipboard
abstract
fun
deserialize
(
v
:
Any
,
valueFactory
:
(
)
->
V
?
)
:
V
&
Any
deserialize
Term
Link copied to clipboard
open
override
fun
deserializeTerm
(
v
:
Any
)
:
V
&
Any
params
Link copied to clipboard
open
fun
params
(
)
:
Params
serialize
Link copied to clipboard
open
fun
serialize
(
v
:
V
&
Any
)
:
Any
serialize
Term
Link copied to clipboard
open
override
fun
serializeTerm
(
v
:
V
&
Any
)
:
Any