Include these header files in your application to provide serialization/unserialization support for types which are not supported natively by msgpack in C++. This code is released under the Apache License version 2.0.
-
msgpack_boost_shared_ptr.hpp: adds serialization support for
boost::shared_ptr<>
-
msgpack_boost_posix_time.hpp: adds serialization support for
boost::posix_time::ptime
-
msgpack_array.hpp: adds serialization support for arrays []