You are here

abstract class ObjectSerializerNormalizer in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Tests/Normalizer/ObjectNormalizerTest.php \Symfony\Component\Serializer\Tests\Normalizer\ObjectSerializerNormalizer

Hierarchy

Expanded class hierarchy of ObjectSerializerNormalizer

File

vendor/symfony/serializer/Tests/Normalizer/ObjectNormalizerTest.php, line 547

Namespace

Symfony\Component\Serializer\Tests\Normalizer
View source
abstract class ObjectSerializerNormalizer implements SerializerInterface, NormalizerInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
NormalizerInterface::normalize public function Normalizes an object into a set of arrays/scalars. 15
NormalizerInterface::supportsNormalization public function Checks whether the given class is supported for normalization by this normalizer. 8
SerializerInterface::deserialize public function Deserializes data into the given type. 1
SerializerInterface::serialize public function Serializes data in the appropriate format. 1