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

Method ReadWithTypeInfo

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

Source from the content-addressed store, hash-verified

208}
209
210func (s *ptrToValueSerializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) {
211 s.Read(ctx, refMode, false, false, value)
212}
213
214// ============================================================================
215// ptrToInterfaceSerializer - pointer to interface type

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.95

Tested by

no test coverage detected