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

Method ReadWithTypeInfo

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

Source from the content-addressed store, hash-verified

168}
169
170func (s stringSerializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) {
171 s.Read(ctx, refMode, false, false, value)
172}
173
174// ptrToStringSerializer serializes a pointer to string
175type ptrToStringSerializer struct{}

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.95

Tested by

no test coverage detected