Skip to content

BinarySerialize

BinarySerialize(expr)

serialize the Symja expr into a byte array expression in WXF format.

Examples

>> BinarySerialize(f(g,2)) // Normal
{56,58,102,2,115,8,71,108,111,98,97,108,96,102,115,8,71,108,111,98,97,108,96,103,67,2}

BinaryDeserialize, ByteArray, ByteArrayQ, Export, Import

Implementation status

  • ✅ - full supported

Github