java: redesign

This commit is contained in:
frsyuki
2010-05-20 03:49:26 +09:00
parent 6cde9f3a9d
commit 979ff80982
14 changed files with 864 additions and 258 deletions

View File

@@ -51,6 +51,14 @@ inline void operator<< (object::with_zone& o, type::nil v)
{ static_cast<object&>(o) << v; }
template <>
inline void object::as<void>() const
{
msgpack::type::nil v;
convert(&v);
}
} // namespace msgpack
#endif /* msgpack/type/nil.hpp */