Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions content/guide/marshalling/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Marshalling in NativeScript
---

Marshalling in NativeScript refers to the conversion of JavaScript data types to native platform language (Swift/Objective C and Kotlin/Java) data types and vice versa.

The conversion is handled implicitly by the NativeScript iOS and Android runtimes.

For more information about how NativeScript converts data types for each platform, read the following articles:

- [iOS Marshalling](/guide/marshalling/nativescript-ios-marshalling)
- [Android Marshalling](/guide/marshalling/nativescript-android-marshalling)
2 changes: 1 addition & 1 deletion content/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export default [
},
{
text: 'Marshalling',
link: '#',
link: '/guide/marshalling',
items: [
{
text: 'iOS Marshalling',
Expand Down