Class JsonHandlerFactory
Inheritance
JsonHandlerFactory
Assembly: Npgsql.Json.NET.dll
Syntax
public class JsonHandlerFactory : NpgsqlTypeHandlerFactory<string>
Constructors
|
Improve this Doc
JsonHandlerFactory(Nullable<JsonSerializerSettings>)
Declaration
public JsonHandlerFactory(JsonSerializerSettings? settings = null)
Parameters
Type |
Name |
Description |
Nullable<JsonSerializerSettings> |
settings |
|
Methods
|
Improve this Doc
Create(PostgresType, NpgsqlConnection)
Declaration
public override NpgsqlTypeHandler<string> Create(PostgresType postgresType, NpgsqlConnection conn)
Parameters
Returns
Overrides
Npgsql.TypeHandling.NpgsqlTypeHandlerFactory<System.String>.Create(Npgsql.PostgresTypes.PostgresType, Npgsql.NpgsqlConnection)