Package io. realm. kotlin. annotations
Types
Experimental Geo Spatial Api
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS ] )
Content copied to clipboard
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.
Experimental Realm Serializer Api
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS ] )
Content copied to clipboard
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.