kmp-settings
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-settings
settings-core
/
io.github.mlmgames.settings.core.annotations
/
SerializedWith
Serialized
With
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
]
)
annotation class
SerializedWith
(
val
serializer
:
KClass
<
out
SettingSerializer
<
*
>
>
)
Specify a custom serializer class.
Members
Properties
serializer
Link copied to clipboard
val
serializer
:
KClass
<
out
SettingSerializer
<
*
>
>