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

Method ReadWithTypeInfo

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

Source from the content-addressed store, hash-verified

429}
430
431func (s int32Serializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) {
432 s.Read(ctx, refMode, false, false, value)
433}
434
435// int64Serializer handles int64 type with variable-length encoding (VARINT64)
436type int64Serializer struct{}

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.95

Tested by

no test coverage detected