We should implement conversion from floating point types to string to enable it in the new reflectable interface, probably the support should be added in StringConvertUtil in zserio C++ runtime to make it consistent with conversions from integral types.
Note that the conversion MUST support allocators and must ensure that it allocates ONLY using the given allocator.
We should implement conversion from floating point types to string to enable it in the new reflectable interface, probably the support should be added in
StringConvertUtil
in zserio C++ runtime to make it consistent with conversions from integral types.