DeserializeDataTable

Description

Deserialize some data in a DataTable. It must be used in conjunction with the SerializeData activity, as this activity is able to deserialize only data serialized by that specific activity.


Input

SerializedDataTable InArgument<Byte[]> REQUIRED

The serialized data to deserialize.


Result

Result OutArgument<DataTable> REQUIRED

The deserialized DataTable.