IJsonValueMapper Interface

Interface for an object that can alter the default mapping generation done by JsonMapGenerator.

Definition

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

Methods

CanMap Indicates whether this mapper wants to (can) override the default mapping generation for this data member.
CreateMapping Replaces or augments the default mapping generated for the data member.

See Also