As a developer, i need to be able of using serializer component for serializing my complex graph of objects.
- existing NormalizerInterface#normalize($object, $format = null) probably is not the best solution, as serialisation is mostly done to some intermediate object, which later be encoded - proposed idea is to introduce ObjectNormalizerInterface with normalize($object) and supportsClass($className) methods. In this case $format argument won't be blamed about by code sniffer - Serge -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
