You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to see a context variable added to the map() function as third argument, which should be an array.
I'd like to see a mapping depth context variable, so it won't map more than it should.
I'd like to see a way to prevent the mapper from instantiating lazy objects (think a doctrine PersistentCollection in the context of api platform, where it could just be a empty object with only the ID set, preventing a lot of unnecessary queries when they are serialized to IRIs anyway)