BaseRoundingStrategyConverterResolveContractConverter Method

Resolves the default JsonConverter for the contract.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
protected override JsonConverter? ResolveContractConverter(
	Type objectType
)

Parameters

objectType  Type
Type of the object.

Return Value

JsonConverter
The contract's default JsonConverter.

See Also