Skip to content

Commit 12c031b

Browse files
committed
review comments
1 parent c553519 commit 12c031b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

source/sdk/flutter/realm-database/serialization.txt

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,14 @@ Serialization - Flutter SDK
2020
The Atlas Device SDK for Flutter supports serialization and deserialization of
2121
:manual:`Extended JSON (EJSON) </reference/mongodb-extended-json>` to and from static Realm objects.
2222

23-
The Flutter SDK can also use this full-document EJSON encoding to communicate
24-
directly with MongoDB Atlas, such as through the following APIs:
25-
26-
- App Services :ref:`Function calls <flutter-call-function>`
27-
- Credentials with :ref:`custom function authentication <flutter-login-custom-function>`
28-
- User profile and :ref:`custom user data <flutter-custom-user-data>`
29-
3023
Supported Data Types for Serialization
3124
--------------------------------------
3225

33-
The Flutter SDK supports serialization of all :ref:`supported data types <flutter-data-types>`.
26+
The Flutter SDK currently supports serialization of the following :ref:`supported data types <flutter-data-types>`:
27+
28+
- All Dart-language data types
29+
- All Realm-specific data types _except_ Decimal128 and RealmValue
30+
3431
The following table illustrates how the SDK's Realm-specific data types serialize with output examples:
3532

3633
.. list-table::
@@ -84,7 +81,7 @@ The following table illustrates how the SDK's Realm-specific data types serializ
8481
For more information on the serialization of non-Realm specific types,
8582
see :manual:`BSON Data Types and Associated Representations </reference/mongodb-extended-json/#bson-data-types-and-associated-representations>`.
8683

87-
The SDK does not currently support the following types: RealmValue, Decimal128, Code,
84+
Flutter SDK serialization does not currently support the following BSON types: Code,
8885
CodeWScope, DBPointer, DBRef, Regular Expression, and Timestamp.
8986

9087
Serialize Realm Objects

0 commit comments

Comments
 (0)