Skip to main content

serialization:string deserializer

Version: 0.0.0

Description

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

Inputs

InputNameExpected type(s)Description
Pin -1
Required
stream_typeint320 for string (default), and 1 for binary
Pin 0
Required
serialized_stringstring

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: string_deserializer

Full name: serialization.string_deserializer

Internal name: string_deserializer

License: None

Changelog

  • Version 0.0.0: Initial release.