[
  {
    "Id": "486725",
    "ThreadId": "225379",
    "Html": "<p>I'm using the .Reduced.dll lib, does anyone know if there is a way to add a stream to the ZipFile without reading the file from disc?</p>\r\n<p>Something like:</p>\r\n<div style=\"color:black;background-color:white\">\r\n<pre>ZipFile file = <span style=\"color:blue\">new</span> ZipFile())\r\n{\r\n    <span style=\"color:blue\">using</span> (Stream ms = <span style=\"color:blue\">new</span> MemoryStream())\r\n    {\r\n        serializer.Serialize(ms, obj);\r\n        file.AddStream(fs);\r\n    }\r\n}\r\n</pre>\r\n</div>",
    "PostedDate": "2010-08-30T20:04:41.023-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "486887",
    "ThreadId": "225379",
    "Html": "ZipFile.AddEntry()  .  It's in the manual. ",
    "PostedDate": "2010-08-31T05:26:12.8-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]