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
