abstract class SerializerNormalizer in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php \Symfony\Component\Serializer\Tests\Normalizer\SerializerNormalizer
Hierarchy
- class \Symfony\Component\Serializer\Tests\Normalizer\SerializerNormalizer implements NormalizerInterface, SerializerInterface
Expanded class hierarchy of SerializerNormalizer
File
- vendor/
symfony/ serializer/ Tests/ Normalizer/ GetSetMethodNormalizerTest.php, line 665
Namespace
Symfony\Component\Serializer\Tests\NormalizerView source
abstract class SerializerNormalizer implements SerializerInterface, NormalizerInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
NormalizerInterface:: |
public | function | Normalizes an object into a set of arrays/scalars. | 15 |
NormalizerInterface:: |
public | function | Checks whether the given class is supported for normalization by this normalizer. | 8 |
SerializerInterface:: |
public | function | Deserializes data into the given type. | 1 |
SerializerInterface:: |
public | function | Serializes data in the appropriate format. | 1 |