Minix
5.0.0-alpha
module-data
/
dev.racci.minix.data.serializers.configurate
/
ConfigurateNamespacedKeySerializer
Configurate
Namespaced
Key
Serializer
object
ConfigurateNamespacedKeySerializer
:
TypeSerializer
<
NamespacedKey
>
Functions
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
type
:
Type
,
node
:
ConfigurationNode
)
:
NamespacedKey
empty
Value
Link copied to clipboard
open
fun
emptyValue
(
specificType
:
Type
,
options
:
ConfigurationOptions
)
:
@
Nullable
NamespacedKey
?
serialize
Link copied to clipboard
open
override
fun
serialize
(
type
:
Type
,
obj
:
NamespacedKey
?
,
node
:
ConfigurationNode
)