Defer files added to serializer before call
For example when images are rendered inside a column loop, the column loop consume the stream before the serializer is called. So files added during this consumption must be added later when the serializer is called.
Closes #71 (closed)