Tomi Valkeinen

Results 16 comments of Tomi Valkeinen

I don't exactly know what it would need, but I have a hunch that it would slow down NetSerializer quite a lot. But feel free to try and prove me...

That is a drawback with the NetSerializer design. You have to register all the types that will be serialized when initializing NetSerializer, and both the serializer and deserializer sides have...

You could, of course, create a custom serializer for IEnumerable, and in that custom serializer send details about the type etc. But I recommend using some other serializer instead of...

Well, that would create extra (de)serializer entries to be created. With the v4, the actual (de)serialization code is created only when used the first time, so... Maybe that would not...

Thanks. Can you try the master branch and see if it works for you now?

Ah, I was hasty, and didn't notice that the current meson.build uses 'utils'. That's obviously wrong. I'll look at this again later. And I see #69, so I should perhaps...