MCPcopy
hub / github.com/go-gorm/gorm / JSONSerializer

Struct JSONSerializer

schema/serializer.go:74–74  ·  view source on GitHub ↗

JSONSerializer json serializer

Source from the content-addressed store, hash-verified

72
73// JSONSerializer json serializer
74type JSONSerializer struct{}
75
76// Scan implements serializer interface
77func (JSONSerializer) Scan(ctx context.Context, field *Field, dst reflect.Value, dbValue interface{}) (err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected