Documentation ¶ Index ¶ type JSONSerializer func (*JSONSerializer) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, dbValue any) (err error) func (*JSONSerializer) Value(ctx context.Context, field *schema.Field, dst reflect.Value, fieldValue any) (any, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type JSONSerializer ¶ type JSONSerializer struct{} func (*JSONSerializer) Scan ¶ func (*JSONSerializer) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, dbValue any) (err error) func (*JSONSerializer) Value ¶ func (*JSONSerializer) Value(ctx context.Context, field *schema.Field, dst reflect.Value, fieldValue any) (any, error) Source Files ¶ View all Source files fastJSONSerializer.go Click to show internal directories. Click to hide internal directories.