[Development] Wishes for C++ standard or compilers

Stottlemyer, Brett (B.S.) bstottle at ford.com
Mon Mar 20 12:25:56 CET 2017


On 3/20/17, 7:02 AM, "Development on behalf of Olivier Goffart" <development-bounces+bstottle=ford.com at qt-project.org on behalf of olivier at woboq.com> wrote:
>
>    It's true that you cannot serialize a type if you don't have some persistent 
>    identifier such as the name.

This has probably been covered, but it may be worth mentioning.  The examples Konrad used were in-process.  Qt Remote Objects works between processes and between devices, so the id for registered (user) types becomes unreliable.  The id is determined by the order the types are registered, so the name is needed by Qt Remote Objects too.

Regards,
Brett
 



More information about the Development mailing list