Skip to main content

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.

ParameterTypeDescription
bufferbyte[]
offsetref int
argobject

Unmarshall(byte[] buffer, ref int offset, TypeCode tc)

public static object Unmarshall(byte[] buffer, ref int offset, TypeCode tc)

No description available.

ParameterTypeDescription
bufferbyte[]
offsetref int
tcTypeCode

Returns object