Skip to content

Commit

Permalink
fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseymoore committed Jun 13, 2024
1 parent 2e9f277 commit 08c1de0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions source/sdk/flutter/realm-database/serialization.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ Flutter SDK supports the following data types:
- ``Uuid myId = Uuid.v4()`` serializes to ``myId: {$binary: {base64: 6TvsMWxDRWa1jSC6gxiM3A==, subType: 04}}``

* - Decimal128
-
- serializes to
- bbbb
- serializes to

* - RealmValue
-
- serializes to
- nnnn
- serializes to

* - Uint8List
- Binary
Expand All @@ -98,8 +98,6 @@ 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 08c1de0

Please sign in to comment.