geary
0.22.11
common
geary-serialization
/
com.mineinabyss.geary.serialization.formats
/
Format
Format
interface
Format
Inheritors
YamlFormat
Members
Functions
decode
From
File
Link copied to clipboard
abstract
fun
<
T
>
decodeFromFile
(
deserializer
:
DeserializationStrategy
<
T
>
,
path
:
Path
)
:
T
encode
To
File
Link copied to clipboard
abstract
fun
<
T
>
encodeToFile
(
serializer
:
SerializationStrategy
<
T
>
,
value
:
T
,
path
:
Path
)
Properties
ext
Link copied to clipboard
abstract
val
ext
:
String