WLJS LogoWLJS Notebook

BinarySerialize

BinarySerialize[expr] gives a binary representation of any expression expr as a ByteArray object.

Examples

Serialize an expression to binary:

BinarySerialize[{1, 2, 3}]

Please visit the official Wolfram Language Reference for more details.

On this page