JsonMapper.

RegisterImporter<TJson, TValue>(ImporterFunc<TJson, TValue>) Method

Namespace
LitJson
Containing Type
JsonMapper

Syntax

public static void RegisterImporter<TJson, TValue>(ImporterFunc<TJson, TValue> importer)

Type Parameters

Name Description
TJson
TValue

Parameters

Name Type Description
importer ImporterFunc<TJson, TValue>

Return Value

Type Description
void