Skip to main content

serialization:deserializer

Version: 0.0.0

Description

Takes a file generated by the serializer and deserializes it into DPF's entities.

Inputs

InputNameExpected type(s)Description
Pin -1
Required
stream_typeint320 for ASCII (default), and 1 for binary
Pin 0
Required
file_pathstringfile path

Outputs

OutputNameExpected type(s)Description
Pin 1any_outputanynumber and types of outputs corresponding of the inputs used in the serialization

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: serialization

Plugin: core

Scripting name: deserializer

Full name: serialization.deserializer

Internal name: deserializer

License: None

Changelog

  • Version 0.0.0: Initial release.