(ctx context.Context)
| 269 | } |
| 270 | |
| 271 | func (p *TSimpleJSONProtocol) WriteMapEnd(ctx context.Context) error { |
| 272 | return p.OutputListEnd() |
| 273 | } |
| 274 | |
| 275 | func (p *TSimpleJSONProtocol) WriteListBegin(ctx context.Context, elemType TType, size int) error { |
| 276 | return p.OutputElemListBegin(elemType, size) |