IJsonValueConverter Interface

Interface for an object that can convert a JSON value being mapped from a source JSON structure to a target JSON structure.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public interface IJsonValueConverter

Methods

ConvertValue Converts a source value that has been mapped into a target value to the correct value type.
Invert Provides an inverted converter that can be used to map values in the opposite direction.

See Also