| 328 | } |
| 329 | |
| 330 | bool SC::SerializationJson::Writer::serialize(uint32_t index, StringSpan text) |
| 331 | { |
| 332 | return serializeStringSpan(index, text); |
| 333 | } |
| 334 | |
| 335 | bool SC::SerializationJson::Writer::serialize(uint32_t index, float value) |
| 336 | { |
nothing calls this directly
no test coverage detected