From 3f421bf04d0713817fa7c17a501707b08e0d6ee3 Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Tue, 21 May 2024 17:36:17 -0400 Subject: [PATCH] add unsupported types --- source/sdk/flutter/realm-database/serialization.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/sdk/flutter/realm-database/serialization.txt b/source/sdk/flutter/realm-database/serialization.txt index 5820e8d449..88d0fbd0b3 100644 --- a/source/sdk/flutter/realm-database/serialization.txt +++ b/source/sdk/flutter/realm-database/serialization.txt @@ -35,6 +35,9 @@ The following data types can be serialized and deserialized: - Null - Undefined +The SDK does not yet support the following types: Code, CodeWScope, DBPointer, +DBRef, Regular Expression, and Timestamp. + For more information and examples on the serialization for each of these types, see :manual:`BSON Data Types and Associated Representations `.