Hi all, I'm using Jackson to serialize sessions and store it as a blob in storage. Is it possible to add zero-argument constructor to SavedRequest class? Otherwise Jackson can not deserialize it properly. I know it's possible via reflection, but this is very simple class and I hope it will be easy to add it.
Thanks, Alex
