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

Method ReadWithTypeInfo

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

Source from the content-addressed store, hash-verified

1368}
1369
1370func (s *structSerializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) {
1371 // typeInfo is already read, don't read it again
1372 s.Read(ctx, refMode, false, false, value)
1373}
1374
1375func (s *structSerializer) ReadData(ctx *ReadContext, value reflect.Value) {
1376 // Early error check - skip all intermediate checks for normal path performance

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.95

Tested by

no test coverage detected