Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 720 Bytes

File metadata and controls

30 lines (16 loc) · 720 Bytes

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) 

Related terms

BinarySerialize, ByteArray, ByteArrayQ, Export, Import

Implementation status

  • ✅ - full supported

Github