kim
kim copied to clipboard
Parent mapper and parent session not populated on serialize
On marshal, session.mapper.parent and session.parent are populated. These are set in the function marshal_nested().
However, on serialize neither is set correctly as serialize_nested() does not do this. It should do this for consistency.