folly: add bser encode/decode for dynamic
authorWez Furlong <wez@fb.com>
Tue, 2 Feb 2016 22:54:56 +0000 (14:54 -0800)
committerfacebook-github-bot-0 <folly-bot@fb.com>
Tue, 2 Feb 2016 23:20:33 +0000 (15:20 -0800)
commitebcef6dcbcd0c0c7a532d8a477e2af14627832d2
tree2cd4aeba049562314c35c901d975f34bfcb84877
parent36c00bd2ba4081c2f021d60bfe87b070b6a47a09
folly: add bser encode/decode for dynamic

Summary:
To support consuming Watchman from within fbcode and hhvm
in particular, these functions add a BSER serialization for the
folly::dynamic data type.

Reviewed By: bhamiltoncx

Differential Revision: D2876539

fb-gh-sync-id: bc49d6bc453cc66cebda7185a5907a6f70970b24
folly/Makefile.am
folly/experimental/bser/Bser.h [new file with mode: 0644]
folly/experimental/bser/Dump.cpp [new file with mode: 0644]
folly/experimental/bser/Load.cpp [new file with mode: 0644]
folly/experimental/bser/test/BserTest.cpp [new file with mode: 0644]