ArrayToObjectConverterTObject Class
Converts an array to an object, by mapping each array item to a
correspondingly ordered data member.
Namespace: MFiles.VAF.Configuration.JsonMapping.ConvertersAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public class ArrayToObjectConverter<TObject> : IJsonValueConverter
- Inheritance
- Object ArrayToObjectConverterTObject
- Implements
- IJsonValueConverter
Type Parameters
- TObject
- The type of object being created from the array.
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.
|