MediaWiki 1.42.1
|
Inherited by MediaWiki\Json\JsonCodec.
Public Member Functions | |
serialize ( $value) | |
Encode $value as JSON with an intent to use JsonUnserializer::unserialize to decode it back. | |
Definition at line 33 of file JsonSerializer.php.
MediaWiki\Json\JsonSerializer::serialize | ( | $value | ) |
Encode $value as JSON with an intent to use JsonUnserializer::unserialize to decode it back.
mixed | JsonUnserializable | $value | A value to encode. Can be any scalar, array, stdClass, JsonUnserializable or any combination of them. |
InvalidArgumentException | if the value can not be serialized. |
Implemented in MediaWiki\Json\JsonCodec.