Skip to content

Commit

Permalink
add unsupported types
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseymoore committed May 21, 2024
1 parent 1010281 commit 3f421bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/sdk/flutter/realm-database/serialization.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 </reference/mongodb-extended-json/#bson-data-types-and-associated-representations>`.

Expand Down

0 comments on commit 3f421bf

Please sign in to comment.