[Applications.RPCPort] Add new constructor and method for Parcel (#3549)
authorhjhun <36876573+hjhun@users.noreply.github.com>
Thu, 16 Sep 2021 07:20:20 +0000 (16:20 +0900)
committerGitHub <noreply@github.com>
Thu, 16 Sep 2021 07:20:20 +0000 (16:20 +0900)
commitc6407022b10f4de9966a9bbecc35ef7aaca0e17c
tree008f3255c33cca45c480910056149d5f5147c241
parent5ee536366fbddfd74dd9bf0f8ac7727ec289d5e4
[Applications.RPCPort] Add new constructor and method for Parcel (#3549)

* Add new ctor and method for Parcel

Adds:
 - public Parcel(byte[] bytes);
 - public byte[] Marshall();

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Fix variable name and remove unnecessary type casting

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Change method name to 'ToBytes()'

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/Tizen.Applications.Common/Interop/Interop.RPCPort.cs
src/Tizen.Applications.Common/Tizen.Applications.RPCPort/Parcel.cs