ArrayToObjectConverterTObject Class

Converts an array to an object, by mapping each array item to a correspondingly ordered data member.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping.Converters
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class ArrayToObjectConverter<TObject> : IJsonValueConverter
Inheritance
Object    ArrayToObjectConverterTObject
Implements
IJsonValueConverter

Type Parameters

TObject
The type of object being created from the array.

Constructors

Methods

ConvertValue Converts an array to an object, by mapping each array item to a correspondingly ordered data member.
Invert Provides a reverse converter, for mapping values in the opposite direction.

See Also