RawMemoryExport
RawMemoryExport[expr] exports a raw memory representation of expr.
RawMemoryExport[expr, type]uses the specified element type when returning an array.
Examples
RawMemoryExport[{1, 2, 3, 4}]RawMemoryExport[Image[RandomReal[1, {10, 10}]], "Real32"]Please visit the official Wolfram Language Reference for more details.