JsonMapGeneratorGenerate Method
Generates a JsonMap based on a class structure and the
relevant types' data members.
Namespace: MFiles.VAF.Configuration.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public JsonMap Generate(
Type type,
string target
)
- 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.
JsonMapJsonMap for the target.