serialization:serializer to string
Version: 0.0.0
Description
Take any input and serialize them in a string.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin -1 Required | stream_type | int32 | 0 for string (default), 1 for binary, 2 for binary with chunked output (the output string will be returned in several chunks to prevent string memory overflows). |
| Pin 1 Required | any_input | any | any input |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin -1 | nof_chunks | int32 | Number of chunks when mode passed to input pin(-1) = 2. |
| Pin 0 | serialized_string | 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_to_string
Full name: serialization.serializer_to_string
Internal name: serializer_to_string
License: None
Changelog
- Version 0.0.0: Initial release.