Delegate TypeInfoFactory
public delegate PgTypeInfo TypeInfoFactory(PgSerializerOptions options, TypeInfoMapping mapping, bool resolvedDataTypeName)
Parameters
options
PgSerializerOptionsmapping
TypeInfoMappingresolvedDataTypeName
boolSignals whether a resolver based TypeInfo can keep its PgTypeId undecided or whether it should follow mapping.DataTypeName.