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

Method WriteData

go/fory/struct.go:2821–2823  ·  view source on GitHub ↗
(ctx *WriteContext, value reflect.Value)

Source from the content-addressed store, hash-verified

2819}
2820
2821func (s *skipStructSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
2822 ctx.SetError(SerializationError("skipStructSerializer does not support WriteData - unknown struct type"))
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"))

Callers

nothing calls this directly

Calls 2

SerializationErrorFunction · 0.85
SetErrorMethod · 0.45

Tested by

no test coverage detected