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

Method WriteData

go/fory/set.go:81–83  ·  view source on GitHub ↗
(ctx *WriteContext, value reflect.Value)

Source from the content-addressed store, hash-verified

79}
80
81func (s setSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
82 s.writeDataWithGenerics(ctx, value, s.hasGenerics)
83}
84
85func (s setSerializer) writeDataWithGenerics(ctx *WriteContext, value reflect.Value, hasGenerics bool) {
86 buf := ctx.Buffer()

Callers

nothing calls this directly

Calls 1

writeDataWithGenericsMethod · 0.95

Tested by

no test coverage detected