-
I'm using FOSRestBundle with JMSSerializerBundle for my API. The input isn't specified with a Form but with a Class that is annotated with JMSSerializer annotations.
Would it be possible to support t…
ruudk updated
12 years ago
-
See https://github.com/schmittjoh/JMSSerializerBundle/pull/157#r1299812
stof updated
12 years ago
-
I'm defining a RESTful bundle for a project. I've defined the property versions according to the documentations found here: (http://jmsyst.com/libs/serializer/master/reference/yml_reference)
and this…
-
I get the following error when I empty the cache with the command php app/console cache:clear
I used git to install FOSRestBundle but i don't know how to adapt autoload.php.
My autoload.php :
``` php…
-
Recommended sections:
- Introduction
- Installation
- Usage
-
The documentation at http://jmsyst.com/de/bundles/JMSSerializerBundle/master/cookbook/custom_handlers sais: _The order in which the handlers are listed in the “handlers” section defines in which they …
-
The DateTime handler only allows for exactly one format. However i need both Date and DateTime serializations.
-
Hi guys!
I was wondering if there was a specific reason for not having a naming strategy that simply uses the property name as the end field name. The use case is serializing an object for consumptio…
-
Would be nice to have tagged releases so that I can stick my project to a specific version. This would be great for all your awesome bundles too :)
ruudk updated
12 years ago
-
Hello
I trying to make CommentBundle work. My Symfony version is 2.1.0 RC1.
I followed the installation documentation, with the simple Comment and Thread entity.
I have generated a simple CRUD to tes…