Class AbpJsonValueConverter<TPropertyType>
Inheritance
AbpJsonValueConverter<TPropertyType>
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public class AbpJsonValueConverter<TPropertyType> : ValueConverter<TPropertyType, string>
Type Parameters
Name |
Description |
TPropertyType |
|
Constructors
AbpJsonValueConverter()
Declaration
public AbpJsonValueConverter()
Fields
DeserializeOptions
Declaration
public static readonly JsonSerializerOptions DeserializeOptions
Field Value
SerializeOptions
Declaration
public static readonly JsonSerializerOptions SerializeOptions
Field Value
Extension Methods