Package-level declarations
Types
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS] )
This annotation mark Realm APIs for geo spatial queries that are considered experimental, i.e. there are no guarantees given that these APIs cannot change without warning between minor and major versions. They will not change between patch versions.
Link copied to clipboard
@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.