elasticmagic-kt
0.0.30
elasticmagic-kotlinx-datetime
/
dev.evo.elasticmagic.doc
/
BaseKotlinxDateTimeType
Base
Kotlinx
Date
Time
Type
abstract
class
BaseKotlinxDateTimeType
<
V
>
:
BaseDateTimeType
<
V
>
Constructors
Functions
Properties
Inheritors
Constructors
Base
Kotlinx
Date
Time
Type
Link copied to clipboard
fun
BaseKotlinxDateTimeType
(
)
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
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
Properties
name
Link copied to clipboard
open
override
val
name
:
String
term
Type
Link copied to clipboard
abstract
val
termType
:
KClass
<
*
>
Inheritors
InstantType
Link copied to clipboard
DateTimeType
Link copied to clipboard
DateType
Link copied to clipboard