Package-level declarations
Types
Link copied to clipboard
KSerializer implementation for MutableRealmInt. Serialization is done with a primitive long value, whilst deserialization is done with an unmanaged MutableRealmInt.
Link copied to clipboard
KSerializer implementation for RealmAny. Serialization is done as a specific map structure that represents the a union type with all possible value types:
Link copied to clipboard
class RealmDictionaryKSerializer<E>(elementSerializer: KSerializer<E>) : KSerializer<RealmDictionary<E>>
KSerializer implementation for RealmDictionary. Serialization is done as a generic map structure, whilst deserialization is done into an unmanaged RealmDictionary.
Link copied to clipboard
KSerializer implementation for RealmInstant. It is serialized as a BsonDateTime, to allow direct usage on Mongodb function calls, and deserialized as an unmanaged RealmInstant.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard