Table of Contents

Class ImmutableStructConverterFactory

Namespace
Geotab.Serialization
Assembly
Geotab.Checkmate.ObjectModel.dll
public class ImmutableStructConverterFactory : JsonConverterFactory
Inheritance
ImmutableStructConverterFactory
Inherited Members

Constructors

ImmutableStructConverterFactory()

public ImmutableStructConverterFactory()

Methods

CanConvert(Type)

public override bool CanConvert(Type typeToConvert)

Parameters

typeToConvert Type

Returns

bool

CreateConverter(Type, JsonSerializerOptions)

public override JsonConverter CreateConverter(Type typeToConvert, JsonSerializerOptions options)

Parameters

typeToConvert Type
options JsonSerializerOptions

Returns

JsonConverter