kim icon indicating copy to clipboard operation
kim copied to clipboard

Parent mapper and parent session not populated on serialize

Open jackqu7 opened this issue 7 years ago • 0 comments

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.

jackqu7 avatar Feb 05 '18 15:02 jackqu7