Deserialize
March 13, 2018
|By Shashank Mishra
Created On
byShashank Mishra
< Back
This Activity deserializes an already serialized Object. It is the flip side of the Serialize Activity. It takes as Input, a serialized Byte stream and Outputs a .Net Object of the Type used in the original serialization.
Deserialize Properties:
Property Name | Data Type | Property Type | Property Description |
---|---|---|---|
OutVariable | .Net Object | Output | This property specifies the Object that SerializedValue should be converted to on deserialization. |
SerializedValue | Byte[] | Input | This property specifies the serialized Byte stream that is used as input in the deserialization process. |
Table of Contents