Component\Serializer\Normalizer

Classes CustomNormalizer GetSetMethodNormalizer Converts between objects with getter and setter methods and arrays. SerializerAwareNormalizer SerializerAware Normalizer implementation Interfaces DenormalizableInterface Defines the most basic interface a class must implement to be denormalizable DenormalizerInterface Defines the interface of denormalizers. NormalizableInterface Defines the most basic interface a class must implement to be normalizable NormalizerInterfa

Component\Serializer\Mapping\Factory

Classes ClassMetadataFactory Returns a {@link ClassMetadata}. Interfaces ClassMetadataFactoryInterface Returns a {see ClassMetadataInterface}.

Component\Serializer\Exception

Classes InvalidArgumentException InvalidArgumentException LogicException LogicException RuntimeException RuntimeException UnexpectedValueException UnexpectedValueException UnsupportedException UnsupportedException Interfaces Exception Base exception

Component\Serializer\Encoder

Classes ChainDecoder Decoder delegating the decoding to a chain of decoders. ChainEncoder Encoder delegating the decoding to a chain of encoders. JsonDecode Decodes JSON data JsonEncode Encodes JSON data JsonEncoder Encodes JSON data SerializerAwareEncoder SerializerAware Encoder implementation XmlEncoder Encodes XML data Interfaces DecoderInterface Defines the interface of decoders EncoderInterface Defines the interface of encoders NormalizationAwareInter

Component\Serializer\Mapping

Namespaces Symfony\Component\Serializer\Mapping\FactorySymfony\Component\Serializer\Mapping\Loader Classes AttributeMetadata {@inheritdoc} ClassMetadata {@inheritdoc} Interfaces AttributeMetadataInterface Stores metadata needed for serializing and deserializing attributes. ClassMetadataInterface Stores metadata needed for serializing and deserializing objects of specific class.

Component\Security\Http\Session

Classes SessionAuthenticationStrategy The default session strategy implementation. Interfaces SessionAuthenticationStrategyInterface SessionAuthenticationStrategyInterface

Component\Security\Http\Util

Classes TargetPathTrait Trait to get (and set) the URL the user last visited before being forced to authenticate.

Component\Serializer\Annotation

Classes Groups Annotation class for @Groups().

Component\Security\Http\Logout

Classes CookieClearingLogoutHandler This handler clears the passed cookies when a user logs out. DefaultLogoutSuccessHandler Default logout success handler will redirect users to a configured path. SessionLogoutHandler Handler for clearing invalidating the current session. Interfaces LogoutHandlerInterface Interface that needs to be implemented by LogoutHandlers. LogoutSuccessHandlerInterface LogoutSuccesshandlerInterface.

Component\Serializer

Namespaces Symfony\Component\Serializer\EncoderSymfony\Component\Serializer\ExceptionSymfony\Component\Serializer\Normalizer Classes Serializer Serializer serializes and deserializes data Interfaces SerializerAwareInterface Defines the interface of encoders SerializerInterface Defines the interface of the Serializer