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

Method ReadData

go/fory/extension.go:71–74  ·  view source on GitHub ↗
(ctx *ReadContext, value reflect.Value)

Source from the content-addressed store, hash-verified

69}
70
71func (s *extensionSerializerAdapter) ReadData(ctx *ReadContext, value reflect.Value) {
72 // Delegate to user's serializer
73 s.userSerial.ReadData(ctx, value)
74}
75
76func (s *extensionSerializerAdapter) Read(ctx *ReadContext, refMode RefMode, readType bool, hasGenerics bool, value reflect.Value) {
77 _ = hasGenerics // not used for extension serializers

Callers 1

ReadMethod · 0.95

Calls 1

ReadDataMethod · 0.65

Tested by

no test coverage detected