Deserialize object🔗

Takes in a binary blob and deserializes it to an object.

Inputs🔗

  • blob: A binary blob (e.g. from :doc:ReadFileTool </tools/ReadFileTool>)

Outputs🔗

  • value: Decoded value. Can be any type.