Table of Contents

Class DeserializeFromJson

Namespace
AllenNeuralDynamics.AindBehaviorServices.DataTypes
Assembly
AllenNeuralDynamics.AindBehaviorServices.dll

Deserializes a sequence of JSON strings into data model objects.

[WorkflowElementCategory(ElementCategory.Transform)]
public class DeserializeFromJson : SingleArgumentExpressionBuilder, IExpressionBuilder
Inheritance
DeserializeFromJson
Implements
Inherited Members

Constructors

DeserializeFromJson()

public DeserializeFromJson()

Properties

Type

public TypeMapping Type { get; set; }

Property Value

TypeMapping

Methods

Build(IEnumerable<Expression>)

Constructs an Expression node from a collection of input arguments. The result can be chained with other builders in a workflow.

public override Expression Build(IEnumerable<Expression> arguments)

Parameters

arguments IEnumerable<Expression>

A collection of Expression nodes representing the input arguments.

Returns

Expression

The constructed Expression node.