Serialization - now delegates to native implementation
| 671 | |
| 672 | // Serialization - now delegates to native implementation |
| 673 | fl::string to_string() const FL_NOEXCEPT { return to_string_native(); } |
| 674 | |
| 675 | // Native serialization (without external libraries) |
| 676 | fl::string to_string_native() const FL_NOEXCEPT; |
no outgoing calls