ExperimentalRealmSerializerApi
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS] )
This annotation marks Realm APIs that use experimental serializer APIs under the hood. Calling these APIs when not using the same version of Kotlin Serialization that Realm depends on will have undefined behavior. See https://github.com/realm/realm-kotlin#version-compatibility-matrix or https://github.com/realm/realm-kotlin/blob/main/CHANGELOG.md to see which version of Kotlin Serialization that is used.