Table of Contents

Class PersistentBaseConverterFactory

Namespace
DevExpress.Xpo.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public class PersistentBaseConverterFactory : JsonConverterFactory
Inheritance
PersistentBaseConverterFactory
Inherited Members

Constructors

PersistentBaseConverterFactory(IServiceProvider)

public PersistentBaseConverterFactory(IServiceProvider serviceProvider)

Parameters

serviceProvider IServiceProvider

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