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

Method ReadWithTypeInfo

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

Source from the content-addressed store, hash-verified

205}
206
207func (s uint16Serializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) {
208 s.Read(ctx, refMode, false, false, value)
209}
210
211// uint32Serializer handles uint32 type with variable-length encoding (VAR_UINT32)
212type uint32Serializer struct{}

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.95

Tested by

no test coverage detected