|
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 15 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 25 of file JsonConstants.php.
Referenced by MediaWiki\Json\JsonCodec\markArray().
| const MediaWiki\Json\JsonConstants::TYPE_ANNOTATION = '_type_' |
Name of the property where the class information is stored.
Definition at line 20 of file JsonConstants.php.
Referenced by MediaWiki\Json\JsonCodec\markArray().