geary
0.22.11
common
geary-serialization
/
com.mineinabyss.geary.serialization
/
ComponentSerializers
Component
Serializers
interface
ComponentSerializers
Inheritors
SerializersByMap
Members
Functions
get
Class
For
Link copied to clipboard
abstract
fun
getClassFor
(
serialName
:
String
)
:
KClass
<
out
Component
>
get
Serializer
For
Link copied to clipboard
abstract
fun
<
T
:
Component
>
getSerializerFor
(
kClass
:
KClass
<
in
T
>
)
:
DeserializationStrategy
<
out
T
>
?
abstract
fun
<
T
:
Component
>
getSerializerFor
(
key
:
String
,
baseClass
:
KClass
<
in
T
>
)
:
DeserializationStrategy
<
out
T
>
?
get
Serial
Name
For
Link copied to clipboard
abstract
fun
getSerialNameFor
(
kClass
:
KClass
<
out
Component
>
)
:
String
?
Properties
module
Link copied to clipboard
abstract
val
module
:
SerializersModule