You could look at json. I have been using it quite heavily for serialization-deserialization, and it does the job quite well.
On Tue, Jul 17, 2012 at 1:07 PM, anti_tenzor <[email protected]> wrote: > Hello, all, > > I'd like to use ZMQ to send complex objects between applications (using > CLRZMQ c# wrapper). Since it is possible to send byte[] arrays only, > I am forced to implement some serialization-deserialization mechanism. > > But the hole idea is to be as fast as possible! So it looks like this > algo should be: > 1. Extremely fast > 2. Produce very compact byte arrays > > Could you please suggest some best practices or libraries (.net), that > meets these requirements? > > How do you send complex ojects via ZMQ in real-life applications? > > Thank you in advance! > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
