KStore
Toggle table of contents
1.2.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
KStore
kstore-file
/
io.github.xxfast.kstore.file.extensions
/
VersionedCodec
/
VersionedCodec
Versioned
Codec
constructor
(
file
:
Path
,
version
:
Int
=
0
,
json
:
Json
,
serializer
:
KSerializer
<
T
>
,
migration
:
Migration
<
T
>
,
versionPath
:
Path
=
Path("$file.version")
,
tempPath
:
Path
=
uniqueTempFile(file)
,
tempVersionPath
:
Path
=
uniqueTempFile(versionPath)
)