Rename JsonUnserial… to JsonDeserial…
commit19f4e6945a7393fafddd299fcd1eb2ab42ca11f4
authorJames D. Forrester <jforrester@wikimedia.org>
Sat, 4 May 2024 08:58:57 +0000 (4 11:58 +0300)
committerC. Scott Ananian <cscott@cscott.net>
Wed, 12 Jun 2024 18:50:58 +0000 (12 14:50 -0400)
tree443de13b948c44a3c82defbf43b967bb1174c27c
parent68c63f31c0cf33ac6838a50546631b07cd76008a
Rename JsonUnserial… to JsonDeserial…

This is to make it clearer that they're related to converting serialized
content back into JSON, rather than stating that things are not
representable in JSON.

Change-Id: Ic440ac2d05b5ac238a1c0e4821d3f2d858bc3d76
20 files changed:
RELEASE-NOTES-1.43
autoload.php
includes/json/JsonCodec.php
includes/json/JsonConstants.php
includes/json/JsonDeserializable.php [moved from includes/json/JsonUnserializable.php with 69% similarity]
includes/json/JsonDeserializableTrait.php [moved from includes/json/JsonUnserializableTrait.php with 89% similarity]
includes/json/JsonDeserializer.php [moved from includes/json/JsonUnserializer.php with 64% similarity]
includes/json/JsonSerializer.php
includes/parser/CacheTime.php
includes/parser/ParserCache.php
includes/parser/ParserOutput.php
includes/parser/RevisionOutputCache.php
maintenance/benchmarks/benchmarkJsonCodec.php
tests/common/TestsAutoLoader.php
tests/phpunit/includes/parser/ParserCacheSerializationTestCases.php
tests/phpunit/includes/parser/ParserCacheTest.php
tests/phpunit/includes/parser/RevisionOutputCacheTest.php
tests/phpunit/mocks/json/JsonDeserializableSubClass.php [moved from tests/phpunit/mocks/json/JsonUnserializableSubClass.php with 66% similarity]
tests/phpunit/mocks/json/JsonDeserializableSuperClass.php [moved from tests/phpunit/mocks/json/JsonUnserializableSuperClass.php with 58% similarity]
tests/phpunit/unit/includes/json/JsonCodecTest.php