| 615 | } |
| 616 | |
| 617 | void Serializer::add_empty_array(const StringWrapper& name) { |
| 618 | add_empty_array_internal(_stream, peek_group_info(), name); |
| 619 | } |
| 620 | void Serializer::add_empty_array() { |
| 621 | add_empty_array_internal(_stream, peek_group_info()); |
| 622 | } |
nothing calls this directly
no test coverage detected