Skip to content

BinaryDeserialize

BinaryDeserialize(byte-array)

deserialize the byte-array from WXF format into a Symja expression.

Examples

>> BinaryDeserialize(ByteArray({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}))
f(g,2)

BinarySerialize, ByteArray, ByteArrayQ, Export, Import

Implementation status

  • ✅ - full supported

Github