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

Method WriteData

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

Source from the content-addressed store, hash-verified

82}
83
84func (s primitiveListSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
85 s.writeDataWithGenerics(ctx, value, false)
86}
87
88func (s primitiveListSerializer) Write(ctx *WriteContext, refMode RefMode, writeType bool, hasGenerics bool, value reflect.Value) {
89 done := writeSliceRefAndType(ctx, refMode, writeType, value, LIST)

Callers

nothing calls this directly

Calls 1

writeDataWithGenericsMethod · 0.95

Tested by

no test coverage detected