> On 13 Oct 2015, at 09:40, Robert Withers <robert.w.with...@gmail.com> wrote: > > Sven and Torsten, that's a binary serialization library! It will take time to > learn it and how to use mappers. > > What is the format; is it language neutral?
For quick serialization you don’t need to do anything. It works for (almost) all objects. Only if you want to exclude things or treat some objects in a special way, you will need to do some stuff. Documentation: http://rmod.inria.fr/web/software/Fuel. > > thanks, > Robert > > On 10/13/2015 01:21 AM, Sven Van Caekenberghe wrote: >> Yes, it is called FUEL and it is a standard part of the image. See >> FLSerializer and FLMaterializer. >> >>> On 13 Oct 2015, at 06:59, Robert Withers <robert.w.with...@gmail.com> wrote: >>> >>> Does Pharo have stream classes to binary de/serialize an object, such that >>> the protocol accepts an object as an argument and converts it to a >>> byteArray? >>> >>> -- >>> thanks, >>> Robert >>> >> >> >