SerializeToJson
The SerializeToJson activity initializes a new instance of the SerializeToJson class. The activity serializes an object to JSON.
Properties
| Property | Value | Required | Notes |
|---|---|---|---|
| DisplayName | String
|
No | Specify a name for the activity or accept the default. |
| Object | InArgument<Object>
|
Yes | Specify the object to be serialized. |
| Result | OutArgument<String>
|
Yes | The JSON string created by this workflow activity. This is a variable that can be used as input for subsequent workflow activities. |