Click or drag to resize
JsonMapperToWrapper Method (WrapperFactory, JsonReader)

[Missing <summary> documentation for "M:X3Platform.Json.JsonMapper.ToWrapper(X3Platform.Json.WrapperFactory,X3Platform.Json.JsonReader)"]

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static IJsonWrapper ToWrapper(
	WrapperFactory factory,
	JsonReader reader
)

Parameters

factory
Type: X3Platform.JsonWrapperFactory

[Missing <param name="factory"/> documentation for "M:X3Platform.Json.JsonMapper.ToWrapper(X3Platform.Json.WrapperFactory,X3Platform.Json.JsonReader)"]

reader
Type: X3Platform.JsonJsonReader

[Missing <param name="reader"/> documentation for "M:X3Platform.Json.JsonMapper.ToWrapper(X3Platform.Json.WrapperFactory,X3Platform.Json.JsonReader)"]

Return Value

Type: IJsonWrapper

[Missing <returns> documentation for "M:X3Platform.Json.JsonMapper.ToWrapper(X3Platform.Json.WrapperFactory,X3Platform.Json.JsonReader)"]

See Also