JsonMapGeneratorGenerate Method

Generates a JsonMap based on a class structure and the relevant types' data members.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public JsonMap Generate(
	Type type,
	string target
)

Parameters

type  Type
The root class of the structure to create a JsonMap for.
target  String
The identifier of the target JSON format to make a map for.

Return Value

JsonMap
JsonMap for the target.

See Also