Delegate TypeInfoFactory
public delegate PgTypeInfo TypeInfoFactory(PgSerializerOptions options, TypeInfoMapping mapping, bool requiresDataTypeName)
Parameters
options
PgSerializerOptionsmapping
TypeInfoMappingrequiresDataTypeName
boolRelevant for
PgResolverTypeInfo
only: whether the instance can be constructed without passing mapping.DataTypeName, an exception occurs otherwise.