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

Method ReadWithTypeInfo

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

Source from the content-addressed store, hash-verified

284}
285
286func (s *arrayConcreteValueSerializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) {
287 s.Read(ctx, refMode, false, false, value)
288}
289
290// arrayDynSerializer wraps sliceDynSerializer for arrays with interface element types.
291// It converts arrays to slices and delegates to sliceDynSerializer.

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.95

Tested by

no test coverage detected