Class DeserializeFromJson
- Namespace
- Bonsai.ML.LinearDynamicalSystems
- Assembly
- Bonsai.ML.LinearDynamicalSystems.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()
Initializes a new instance of the DeserializeFromJson class.
Properties
- Type
Gets or sets the type of the object to deserialize.
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.