Skip to content

Commit

Permalink
add list of supported apis
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseymoore committed Jul 18, 2024
1 parent 7cc73b5 commit d090f0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/sdk/flutter/realm-database/serialization.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ Serialization - Flutter SDK

The Atlas Device SDK for Flutter supports serialization and deserialization of
:manual:`Extended JSON (EJSON) </reference/mongodb-extended-json>` to and from static Realm objects.
Serialization allows for easier integration with MongoDB APIs.
The Flutter SDK can also use this full-document EJSON encoding to communicate
directly with MongoDB Atlas, such as through the following APIs:

- App Services :ref:`Function calls <flutter-call-function>`
- Credentials with :ref:`custom function authentication <flutter-login-custom-function>`
- User profile and :ref:`custom user data <flutter-custom-user-data>`

Supported Data Types for Serialization
--------------------------------------
Expand Down

0 comments on commit d090f0a

Please sign in to comment.