Message: Don't include Title objects in the serialization (part 2)
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 28 Nov 2018 15:41:17 +0000 (10:41 -0500)
committerAnomie <bjorsch@wikimedia.org>
Fri, 14 Dec 2018 14:20:41 +0000 (14:20 +0000)
commitf4b9ac77101a0cf656335446146448c6bf34940a
treeffb54a1555cf38e09c840979d805e89fb15e008f
parente9bc2cb5ffe4f096e59bb635c3e1f7e9c9fdce3a
Message: Don't include Title objects in the serialization (part 2)

Stringify the title instead. This will help avoid running into the
PHP/HHVM serialization incompatibility described in T210528.

This is part 2: Once all servers have part 1 (and rollback is unlikely)
we can stop storing the Title objects.

Bug: T210528
Change-Id: If3acfeb42788bd675c3022cc1b49dccc9ac1ecbe
includes/Message.php