15 Commits

Author SHA1 Message Date
Christian Flothmann d71f1fc376 add type declarations where possible 2020-03-18 19:48:39 +01:00
Christian Flothmann 4cf16bd786 make classes final 2020-03-05 16:35:37 +01:00
Christian Flothmann dc76c4ede2 mark many classes as final 2020-03-02 20:07:52 +01:00
Ener-Getick e95f423003 Fix the bundle headers 2015-10-06 13:51:37 +02:00
Lukas Kahwe Smith 0c8a5198ac Applied fixes from StyleCI 2015-09-14 14:21:18 -04:00
florianv 506c9deb41 Fixed code style 2014-06-02 14:53:24 +02:00
Christophe Coevoet eda156bc83 Catched the Symfony exception in the XmlDecoder
The body decoders should return null when they cannot decode the
body, not throw an exception. This fixes the behavior change after
the switch to the Serializer component code.
2013-10-28 12:05:40 +01:00
Lukas Kahwe Smith bc0f820715 use the core XmlEncoder class inside XmlDecoder 2013-10-11 15:45:22 +02:00
Lukas Kahwe Smith 69d6acff8e re-integrate friendsofsymfony/rest 2013-10-11 13:48:57 +02:00
lsmith77 3fa2da6200 use FOS\Rest lib 2012-03-02 14:30:20 -05:00
Lukas Kahwe Smith 9ac872c53b handle "malformed" request bodies (fixes #132) 2011-09-30 09:55:43 +02:00
Lukas Kahwe Smith 0142bbabe7 added type hint 2011-09-03 15:09:17 +02:00
Johannes Schmitt ae538ea14b fixed some more license headers 2011-08-18 08:25:25 +02:00
Lukas Kahwe Smith 5131d21ef6 cosmetic tweak 2011-08-16 23:21:43 +02:00
Lukas Kahwe Smith fc03a08873 move to using JMSSerializerBundle
- there are no more encoders and all serializer configuration needs to be done via JMSSerializerBundle
- instead one can now register decoders for the BodyListener
- formats now define of a format uses templating or not
- normalizers still need to be rewritten to follow whatever approach JMSSerializerBundle uses
2011-08-01 21:46:58 +02:00