Class JsonSerializableNormalizer.
Methods
JsonSerializableNormalizer constructor.
__construct(\Symfony\Component\Serializer\Normalizer\NormalizerInterface $objectNormalizer)
Parameters
$objectNormalizer
normalize()
normalize(mixed $topic, null $format = null
, array $context = array()
) : string
Parameters
$topic
mixed
$format
null
$context
Exceptions
\Symfony\Component\Serializer\Exception\ExceptionInterface |
|
Returns
string
supportsNormalization()
supportsNormalization(mixed $data, null $format = null
)
Parameters
$data
mixed
$format
null
Properties
$objectNormalizer
$objectNormalizer : \Symfony\Component\Serializer\Normalizer\NormalizerInterface