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

Method ReadWithTypeInfo

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

Source from the content-addressed store, hash-verified

341}
342
343func (s uintSerializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) {
344 s.Read(ctx, refMode, false, false, value)
345}
346
347// int16Serializer handles int16 type
348type int16Serializer struct{}

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.95

Tested by

no test coverage detected