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

Method ReadWithTypeInfo

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

Source from the content-addressed store, hash-verified

108}
109
110func (s arraySerializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) {
111 s.Read(ctx, refMode, false, false, value)
112}
113
114// arrayConcreteValueSerializer serialize an array/*array
115type arrayConcreteValueSerializer struct {

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.95

Tested by

no test coverage detected