abstract class ObjectSerializerNormalizer in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/serializer/Tests/Normalizer/ObjectNormalizerTest.php \Symfony\Component\Serializer\Tests\Normalizer\ObjectSerializerNormalizer
Hierarchy
- class \Symfony\Component\Serializer\Tests\Normalizer\ObjectSerializerNormalizer implements NormalizerInterface, SerializerInterface
Expanded class hierarchy of ObjectSerializerNormalizer
File
- vendor/
symfony/ serializer/ Tests/ Normalizer/ ObjectNormalizerTest.php, line 547
Namespace
Symfony\Component\Serializer\Tests\NormalizerView source
abstract class ObjectSerializerNormalizer 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 |