MediaWiki master
MediaWiki\Json\JsonSerializer Interface Reference

Public Member Functions

 serialize ( $value)
 Encode $value as JSON with an intent to use JsonDeserializer::unserialize to decode it back.
 

Detailed Description

Definition at line 20 of file JsonSerializer.php.

Member Function Documentation

◆ serialize()

MediaWiki\Json\JsonSerializer::serialize ( $value)

Encode $value as JSON with an intent to use JsonDeserializer::unserialize to decode it back.

Parameters
mixed | JsonDeserializable$valueA value to encode. Can be any scalar, array, stdClass, JsonDeserializable or any combination of them.
Exceptions
JsonExceptionif the value can not be serialized.
Returns
string

The documentation for this interface was generated from the following file: