MCPcopy Create free account
hub / github.com/apache/fory / setSerializer

Struct setSerializer

go/fory/set.go:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73var emptyStructVal = reflect.ValueOf(struct{}{})
74
75type setSerializer struct {
76 elemSerializer Serializer
77 elemReferencable bool
78 hasGenerics bool
79}
80
81func (s setSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
82 s.writeDataWithGenerics(ctx, value, s.hasGenerics)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected