Class ByteArrayConvertion
- Namespace
- DefaultNamespace
- Assembly
- Zorro.Core.Runtime.dll
public static class ByteArrayConvertion
- Inheritance
-
ByteArrayConvertion
- Inherited Members
Methods
MoveFromByteArray<T>(ref byte[], ref NativeArray<T>)
public static void MoveFromByteArray<T>(ref byte[] src, ref NativeArray<T> dst) where T : struct
Parameters
srcbyte[]dstNativeArray<T>
Type Parameters
T
MoveToByteArray<T>(ref NativeArray<T>, ref byte[])
public static void MoveToByteArray<T>(ref NativeArray<T> src, ref byte[] dst) where T : struct
Parameters
srcNativeArray<T>dstbyte[]
Type Parameters
T