Symfony\Component\Serializer\Normalizer
Classes
Normalizer implementation.
Base class for a normalizer dealing with objects.
Denormalizes arrays of objects.
A normalizer that normalizes a ConstraintViolationListInterface instance.
Normalizes an {see \SplFileInfo} object to a data URI.
Normalizes an instance of {see \DateInterval} to an interval string.
Normalizes an object implementing the {see \DateTimeInterface} to a date string.
DenormalizerAware trait.
Converts between objects with getter and setter methods and arrays.
A normalizer that uses an objects own JsonSerializable implementation.
NormalizerAware trait.
Converts between objects and arrays using the PropertyAccess component.
Converts between objects and arrays by mapping properties.
Interfaces
Marker interface for normalizers and denormalizers that use
only the type and the format in their supports*() methods.
Adds the support of an extra $context parameter for the supportsDenormalization method.
Adds the support of an extra $context parameter for the supportsNormalization method.
Defines the most basic interface a class must implement to be denormalizable.
Class accepting a denormalizer.
Defines the interface of denormalizers.
Defines the most basic interface a class must implement to be normalizable.
Class accepting a normalizer.
Defines the interface of normalizers.