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

Method ReadWithTypeInfo

go/fory/array.go:344–346  ·  view source on GitHub ↗
(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value)

Source from the content-addressed store, hash-verified

342}
343
344func (s arrayDynSerializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) {
345 s.Read(ctx, refMode, false, false, value)
346}
347
348type byteArraySerializer struct{}
349

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.95

Tested by

no test coverage detected