MediaWiki master
|
Public Attributes | |
const | COMPLEX_ANNOTATION = '_complex_' |
Name of the marker property to indicate that array contents need to be examined during deserialization. | |
const | TYPE_ANNOTATION = '_type_' |
Name of the property where the class information is stored. | |
Definition at line 29 of file JsonConstants.php.
const MediaWiki\Json\JsonConstants::COMPLEX_ANNOTATION = '_complex_' |
Name of the marker property to indicate that array contents need to be examined during deserialization.
Definition at line 39 of file JsonConstants.php.
Referenced by MediaWiki\Json\JsonCodec\deserializeArray().
const MediaWiki\Json\JsonConstants::TYPE_ANNOTATION = '_type_' |
Name of the property where the class information is stored.
Definition at line 34 of file JsonConstants.php.
Referenced by MediaWiki\Json\JsonCodec\deserialize().