serialization:deserializer
Version: 0.0.0
Description
Takes a file generated by the serializer and deserializes it into DPF's entities.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin -1 Required | stream_type | int32 | 0 for ASCII (default), and 1 for binary |
| Pin 0 Required | file_path | string | file path |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 1 | any_output | any | number and types of outputs corresponding of the inputs used in the serialization |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If 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.