Hi all, I'm wondering if anyone in here knows the details of how encode/decode functions work? Do those functions convert Variant::Map/Variant::List to binary stream and send that binary stream over the network? How do they do that?
Below is the decode/encode functions I am interested: Method: decode C++ void decode(const Message& message, qpid::types::Variant::Map& map, const std::string& encoding = std::string()); C++ void decode(const Message& message, qpid::types::Variant::List& list, const std::string& encoding = std::string()); Method: encode C++ void encode(const qpid::types::Variant::Map& map, Message& message, const std::string& encoding = std::string()); C++ void encode(const qpid::types::Variant::List& list, Message& message, const std::string& encoding = std::string()); Thanks, Joe Ly --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
