ObjectToArrayConverterTObject Class

Converts an object to an array, by mapping each data member property in order to an array structure.

Definition

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

Type Parameters

TObject
The type of object being converted to an array.

Constructors

Methods

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

See Also