Click or drag to resize
JsonMapperRegisterExporterT Method

[Missing <summary> documentation for "M:X3Platform.Json.JsonMapper.RegisterExporter``1(X3Platform.Json.ExporterFunc{``0})"]

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static void RegisterExporter<T>(
	ExporterFunc<T> exporter
)

Parameters

exporter
Type: X3Platform.JsonExporterFuncT

[Missing <param name="exporter"/> documentation for "M:X3Platform.Json.JsonMapper.RegisterExporter``1(X3Platform.Json.ExporterFunc{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:X3Platform.Json.JsonMapper.RegisterExporter``1(X3Platform.Json.ExporterFunc{``0})"]

See Also