Class TypeInfoMappingHelpers
public static class TypeInfoMappingHelpers
- Inheritance
-
TypeInfoMappingHelpers
- Inherited Members
Methods
CreateInfo(TypeInfoMapping, PgSerializerOptions, PgConverter, DataFormat?, bool)
public static PgTypeInfo CreateInfo(this TypeInfoMapping mapping, PgSerializerOptions options, PgConverter converter, DataFormat? preferredFormat = null, bool supportsWriting = true)
Parameters
mapping
TypeInfoMappingoptions
PgSerializerOptionsconverter
PgConverterpreferredFormat
DataFormat?supportsWriting
bool
Returns
CreateInfo(TypeInfoMapping, PgSerializerOptions, PgConverterResolver, bool, DataFormat?, bool)
public static PgResolverTypeInfo CreateInfo(this TypeInfoMapping mapping, PgSerializerOptions options, PgConverterResolver resolver, bool includeDataTypeName = true, DataFormat? preferredFormat = null, bool supportsWriting = true)
Parameters
mapping
TypeInfoMappingoptions
PgSerializerOptionsresolver
PgConverterResolverincludeDataTypeName
boolpreferredFormat
DataFormat?supportsWriting
bool