JSONSerializer json serializer
| 72 | |
| 73 | // JSONSerializer json serializer |
| 74 | type JSONSerializer struct{} |
| 75 | |
| 76 | // Scan implements serializer interface |
| 77 | func (JSONSerializer) Scan(ctx context.Context, field *Field, dst reflect.Value, dbValue interface{}) (err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected