JavaScript Object NotationTable of Contents
The JsonSerializable interfaceIntroductionObjects implementing JsonSerializable can customize their JSON representation when encoded with json_encode. Interface synopsisJsonSerializable
class JsonSerializable
{
/* Methods */
abstract public mixed jsonSerialize
( void
)
} |