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

Method WriteData

go/fory/field_serializer.go:82–84  ·  view source on GitHub ↗
(ctx *WriteContext, value reflect.Value)

Source from the content-addressed store, hash-verified

80}
81
82func (s encodedByteSliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
83 byteSliceSerializer{}.WriteData(ctx, value)
84}
85
86func (s encodedByteSliceSerializer) Write(ctx *WriteContext, refMode RefMode, writeType bool, hasGenerics bool, value reflect.Value) {
87 _ = hasGenerics

Callers 1

WriteMethod · 0.95

Calls 1

WriteDataMethod · 0.65

Tested by

no test coverage detected