Add varray support to the serializer
commitfc96a126f86014c6ed0ac89351f87503ed831a1a
authorRick Lavoie <rlavoie@fb.com>
Sun, 5 Nov 2017 23:32:23 +0000 (5 15:32 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Mon, 6 Nov 2017 00:24:48 +0000 (5 16:24 -0800)
treef6e68d5f764861cdc3d17feb2e7e2ecc01747125
parentbe2ae608017176b551a89972ee202fc9738e57de
Add varray support to the serializer

Summary:
Add varray support to the serializer. Unserializer support has already been
added; change it to use the varray creation interface.

Reviewed By: mxw

Differential Revision: D5957941

fbshipit-source-id: 150fb22507d0b1890bdc72837b5cc00b174b81cc
hphp/runtime/base/variable-serializer.cpp
hphp/runtime/base/variable-serializer.h
hphp/runtime/base/variable-unserializer.cpp
hphp/runtime/ext/std/ext_std_variable.cpp