File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Welcome to the Atlas Device SDK Docs
24
24
Manage Users </sdk/users>
25
25
Sync Data </sdk/sync>
26
26
Test and Debug </sdk/test-and-debug>
27
+ Serialization </sdk/serialization>
27
28
SDK Telemetry </sdk/telemetry>
28
29
API Reference </sdk/api-reference>
29
30
Build with Frameworks </frameworks>
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Read and Write Data
10
10
Update </sdk/crud/update>
11
11
Delete </sdk/crud/delete>
12
12
Query Engines </sdk/crud/query-engines>
13
- Threading </sdk/threading>
13
+ Threading </sdk/crud/ threading>
14
14
15
15
The following pages contain information about how to read and write data,
16
16
manage objects across threads, and use the Atlas Device SDK query engines:
Original file line number Diff line number Diff line change
1
+ .. _sdks-serialization:
2
+
3
+ =============
4
+ Serialization
5
+ =============
6
+
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 2
11
+ :class: singlecol
12
+
13
+ Placeholder page for information about serialization in the SDKs.
You can’t perform that action at this time.
0 commit comments