June 14, 2011
3:21 p.m.
On 14/06/11 3:35 AM, Mariano Martinez Peck wrote:
Yes, but if you want to serialize in memory you can also use for example:
myStream := (MultiByteBinaryOrTextStream on: ''). (FLSerializer on: myStream) serialize: myPRKernel.
At the time, I wanted to use the FileSystem protocol. It was a struggle to understand how to use FileSystem. For tests of code that don't involve the file system in the public API, I could avoid the "complexity" of FileSystem, and use the streams directly (as in your example).