You are here

abstract class SerializerNormalizer in Zircon Profile 8

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

Hierarchy

Expanded class hierarchy of SerializerNormalizer

File

vendor/symfony/serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php, line 665

Namespace

Symfony\Component\Serializer\Tests\Normalizer
View source
abstract class SerializerNormalizer 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