serialization:serializer
Version: 0.0.0
Description
Take any input and serialize them in a file.
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 | |
| Pin 1 Required | any_input | any | any input |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | file_path | string |
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: serializer
Full name: serialization.serializer
Internal name: serializer
License: None
Changelog
- Version 0.0.0: Initial release.