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

Method ReadWithTypeInfo

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

Source from the content-addressed store, hash-verified

385}
386
387func (s int16Serializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) {
388 s.Read(ctx, refMode, false, false, value)
389}
390
391// int32Serializer handles int32 type with variable-length encoding (VARINT32)
392type int32Serializer struct{}

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.95

Tested by

no test coverage detected