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

Struct GobSerializer

schema/serializer.go:161–161  ·  schema/serializer.go::GobSerializer

GobSerializer gob serializer

Source from the content-addressed store, hash-verified

159
160// GobSerializer gob serializer
161type GobSerializer struct{}
162
163// Scan implements serializer interface
164func (GobSerializer) 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