Benchmark harness support for STK-REQ-004.
(w *jwriter.Writer)
| 364 | |
| 365 | // Benchmark harness support for STK-REQ-004. |
| 366 | func (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. |
| 371 | func (v *MediumPayload) UnmarshalEasyJSON(l *jlexer.Lexer) { |
nothing calls this directly
no test coverage detected