|
| 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.
◆ serialize()
MediaWiki\Json\JsonSerializer::serialize |
( |
| $value | ) |
|
Encode $value as JSON with an intent to use JsonUnserializer::unserialize to decode it back.
- Parameters
-
mixed | JsonUnserializable | $value | A value to encode. Can be any scalar, array, stdClass, JsonUnserializable or any combination of them. |
- Exceptions
-
InvalidArgumentException | if the value can not be serialized. |
- Returns
- string
Implemented in MediaWiki\Json\JsonCodec.
The documentation for this interface was generated from the following file: