Skip to content

Commit

Permalink
table?
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseymoore committed Jun 14, 2024
1 parent 8446218 commit a0edb44
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/sdk/flutter/realm-database/serialization.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Flutter SDK supports the following data types:

.. list-table::
:header-rows: 1
:widths: 25 25 50
:widths: 30 30 40

* - Realm Data Type
- BSON Data Type
Expand Down Expand Up @@ -90,6 +90,10 @@ Flutter SDK supports the following data types:
- Null
- ``int? apples`` serializes to ``apples: null``

* -
-
-

For more information and examples on the serialization for each of these types,
see :manual:`BSON Data Types and Associated Representations </reference/mongodb-extended-json/#bson-data-types-and-associated-representations>`.

Expand Down

0 comments on commit a0edb44

Please sign in to comment.