ObjectToArrayConverterTObject Class
Converts an object to an array, by mapping each data member
property in order to an array structure.
Namespace: MFiles.VAF.Configuration.JsonMapping.ConvertersAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public class ObjectToArrayConverter<TObject> : IJsonValueConverter
- Inheritance
- Object ObjectToArrayConverterTObject
- Implements
- IJsonValueConverter
Type Parameters
- TObject
- The type of object being converted to an array.
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.
|