Julien Viet

Results 921 comments of Julien Viet

that's the reason i was a bit reluctant to allow serializable, because this now implies that we need to use more serializable in vertx and I fear it might propagate...

we will think of a solution, we are currently working on improving this

@eutkin I don't understand how this is important for service proxies because this PR cares about Iterable and the service proxy encoding uses JSON before sending the message over the...

so you are using a custom service proxy project ?

we do have a work in progress about json serialization currently and I would like to address this rather in this effort.

@eutkin what about serialising to BSON ?

yes so it's more an issue of service-proxy than vertx itself right ?

i.e service-proxy should provide a way to do that at some point

@jo5ef I perfectly hear you :-) hence my last comment to @eutkin about the $topic, I'm currently dedicating some time to encoding in general (json, etc...) and trying to gather...

we don't aim replacing json serialization in vertx proxy, vertx proxy use direct serialization of known types and no lookups