JSON is a notation, an example of serialization
This commit is contained in:
parent
9446601d8f
commit
185eccae3d
@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
Use `SharedPreferences` (Android) and `UserDefaults` (iOS) with React Native over a unified interface.
|
||||
All data is stored as a string. If you need to support more complex data structures (e.g. JSON), use serialization/deserialization.
|
||||
All data is stored as a string. If you need to support more complex data structures, use serialization/deserialization (e.g. JSON).
|
||||
|
||||
## Getting started
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user