Minix
5.0.0-alpha
module-data
/
dev.racci.minix.data.serializers.configurate
/
ConfigurateDataSerializer
Configurate
Data
Serializer
object
ConfigurateDataSerializer
:
DataSerializerBase
,
TypeSerializer
<
DataSize
>
Functions
Functions
deserialize
Link copied to clipboard
open
fun
deserialize
(
match
:
MatchResult
?
)
:
DataSize
open
override
fun
deserialize
(
type
:
Type
,
node
:
ConfigurationNode
)
:
DataSize
empty
Value
Link copied to clipboard
open
fun
emptyValue
(
specificType
:
Type
,
options
:
ConfigurationOptions
)
:
@
Nullable
DataSize
?
serialize
Link copied to clipboard
open
fun
serialize
(
value
:
DataSize
)
:
String
open
override
fun
serialize
(
type
:
Type
,
obj
:
DataSize
?
,
node
:
ConfigurationNode
)