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

Method Write

go/fory/struct.go:2825–2827  ·  view source on GitHub ↗
(ctx *WriteContext, refMode RefMode, writeType bool, hasGenerics bool, value reflect.Value)

Source from the content-addressed store, hash-verified

2823}
2824
2825func (s *skipStructSerializer) Write(ctx *WriteContext, refMode RefMode, writeType bool, hasGenerics bool, value reflect.Value) {
2826 ctx.SetError(SerializationError("skipStructSerializer does not support Write - unknown struct type"))
2827}
2828
2829func (s *skipStructSerializer) ReadData(ctx *ReadContext, value reflect.Value) {
2830 // Skip all fields based on fieldDefs from remote TypeDef

Callers

nothing calls this directly

Calls 2

SerializationErrorFunction · 0.85
SetErrorMethod · 0.45

Tested by

no test coverage detected