MediaWiki master
JsonConstants.php
Go to the documentation of this file.
1<?php
8namespace MediaWiki\Json;
9
15interface JsonConstants {
16
20 public const TYPE_ANNOTATION = '_type_';
25 public const COMPLEX_ANNOTATION = '_complex_';
26}
const COMPLEX_ANNOTATION
Name of the marker property to indicate that array contents need to be examined during deserializatio...
const TYPE_ANNOTATION
Name of the property where the class information is stored.