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

Struct serializer

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

Serializer field value serializer

Source from the content-addressed store, hash-verified

39
40// Serializer field value serializer
41type serializer struct {
42 Field *Field
43 Serializer SerializerInterface
44 SerializeValuer SerializerValuerInterface
45 Destination reflect.Value
46 Context context.Context
47 value interface{}
48 fieldValue interface{}
49}
50
51// Scan implements sql.Scanner interface
52func (s *serializer) Scan(value interface{}) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected