Skip to content

Commit c8a8c4b

Browse files
docs: initial content for Marshalling index (#30)
Co-authored-by: Nathan Walker <[email protected]>
1 parent 8c69654 commit c8a8c4b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

content/guide/marshalling/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Marshalling in NativeScript
3+
---
4+
5+
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.
6+
7+
The conversion is handled implicitly by the NativeScript iOS and Android runtimes.
8+
9+
For more information about how NativeScript converts data types for each platform, read the following articles:
10+
11+
- [iOS Marshalling](/guide/marshalling/nativescript-ios-marshalling)
12+
- [Android Marshalling](/guide/marshalling/nativescript-android-marshalling)

content/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export default [
252252
},
253253
{
254254
text: 'Marshalling',
255-
link: '#',
255+
link: '/guide/marshalling',
256256
items: [
257257
{
258258
text: 'iOS Marshalling',

0 commit comments

Comments
 (0)