Component\Serializer\Mapping\Loader

Classes AnnotationLoader Annotation loader. FileLoader Base class for all file based loaders. LoaderChain Calls multiple {@link LoaderInterface} instances in a chain. XmlFileLoader Loads XML mapping files. YamlFileLoader YAML File Loader. Interfaces LoaderInterface Loads {@link ClassMetadataInterface}.

Component\Serializer\Mapping\Factory

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

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\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\Annotation

Classes Groups Annotation class for @Groups().

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

Component\Security\Http\Util

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

Component\Security\Http\Session

Classes SessionAuthenticationStrategy The default session strategy implementation. Interfaces SessionAuthenticationStrategyInterface SessionAuthenticationStrategyInterface

Component\Security\Http\RememberMe

Classes AbstractRememberMeServices Base class implementing the RememberMeServicesInterface PersistentTokenBasedRememberMeServices Concrete implementation of the RememberMeServicesInterface which needs an implementation of TokenProviderInterface for providing remember-me capabilities. ResponseListener Adds remember-me cookies to the Response. TokenBasedRememberMeServices Concrete implementation of the RememberMeServicesInterface providing remember-me capabilities without requiring