Meshtastic App
Toggle table of contents
android
common
jvm
Target filter
android
common
jvm
Switch theme
Search in API
Skip to content
Meshtastic App
core-common
/
org.meshtastic.core.common.util
/
CommonParceler
Common
Parceler
android
common
jvm
actual
typealias
CommonParceler
<
T
>
=
Parceler
<
T
>
(
source
)
expect
interface
CommonParceler
<
T
>
(
source
)
Platform-agnostic Parceler interface.
actual
interface
CommonParceler
<
T
>
(
source
)
Members
Functions
create
Link copied to clipboard
common
jvm
expect
abstract
fun
create
(
parcel
:
CommonParcel
)
:
T
actual
abstract
fun
create
(
parcel
:
CommonParcel
)
:
T
write
Link copied to clipboard
common
jvm
expect
abstract
fun
T
.
write
(
parcel
:
CommonParcel
,
flags
:
Int
)
actual
abstract
fun
T
.
write
(
parcel
:
CommonParcel
,
flags
:
Int
)