SerializationUtilities Class
Namespace: GHIElectronics.TinyCLR.Data.Json · Assembly: GHIElectronics.TinyCLR.Data.Json
No description available.
public static class SerializationUtilities
Methods
Marshall(byte[] buffer, ref int offset, object arg)
public static void Marshall(byte[] buffer, ref int offset, object arg)
No description available.
| Parameter | Type | Description |
|---|---|---|
buffer | byte[] | |
offset | ref int | |
arg | object |
Unmarshall(byte[] buffer, ref int offset, TypeCode tc)
public static object Unmarshall(byte[] buffer, ref int offset, TypeCode tc)
No description available.
| Parameter | Type | Description |
|---|---|---|
buffer | byte[] | |
offset | ref int | |
tc | TypeCode |
Returns object