MCPcopy Create free account
hub / github.com/buger/jsonparser / MarshalEasyJSON

Method MarshalEasyJSON

benchmark/benchmark_easyjson.go:366–368  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(w *jwriter.Writer)

Source from the content-addressed store, hash-verified

364
365// Benchmark harness support for STK-REQ-004.
366func (v *MediumPayload) MarshalEasyJSON(w *jwriter.Writer) {
367 easyjson_encode_github_com_buger_jsonparser_benchmark_MediumPayload(w, v)
368}
369
370// Benchmark harness support for STK-REQ-004.
371func (v *MediumPayload) UnmarshalEasyJSON(l *jlexer.Lexer) {

Callers

nothing calls this directly

Tested by

no test coverage detected