MediaWiki
REL1_39
JsonSerializer.php
Go to the documentation of this file.
1
<?php
22
namespace
MediaWiki\Json
;
23
24
use InvalidArgumentException;
25
33
interface
JsonSerializer
{
34
44
public
function
serialize
( $value );
45
46
// TODO: move more methods from FormatJson to here.
47
}
MediaWiki\Json\JsonSerializer
Definition
JsonSerializer.php:33
MediaWiki\Json\JsonSerializer\serialize
serialize( $value)
Encode $value as JSON with an intent to use JsonUnserializer::unserialize to decode it back.
MediaWiki\Json
Definition
JsonCodec.php:22
includes
json
JsonSerializer.php
Generated on Thu Nov 21 2024 05:23:08 for MediaWiki by
1.10.0