Asmir Mustafic
Asmir Mustafic
> but this is not working can you clarify a bit more what "not working" means?
Currently there is no way to do so... if you are interested to work on that feature, will be happy to accept a pull request
I think your issue is related to symfony auto wiring.... not to this bundle. Make sure autowring is well configured
If your timezone changes at runtime, what about having an environment variable?
If you build your application on a build server, any symfony container related parameter has this issue. This is because symfony compiles the whole container and dumps it to file....
tried with https://github.com/schmittjoh/serializer/pull/931, but no results, postponing for 3.0
This is a very nice addition. I think that it should be an opt in feature as it might be seen as a BC break if suddenly we start using...
Not for 2.0.. too much different from the current processing model
Ocramius/GeneratedHydrator has a completely different approach to serialization/deserialization compared to this library. In my opinion is a great solution but implementing it into the jms serializer will make it a...
After some discussion with @Majkl578 , this approach could work. Setting all the props in an array and then using the hydrator could work (and be very fast!)