JsonEncode
class JsonEncode implements EncoderInterface
Encodes JSON data.
Methods
__construct($bitmask)
No description
scalar
encode(mixed $data, string $format, array $context = array())
Encodes PHP data to a JSON string.
bool
supportsEncoding(string $format)
Checks whether the serializer can encode to given format.
Details
at line line 26
__construct($bitmask)
at line line 36
scalar
encode(mixed $data, string $format, array $context = array())
Encodes PHP data to a JSON string.
{@inheritdoc}
at line line 52
bool
supportsEncoding(string $format)
Checks whether the serializer can encode to given format.