binary serialization

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

binary serialization

Robert Withers
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

Reply | Threaded
Open this post in threaded view
|

Re: binary serialization

Torsten Bergmann
Hi Robert,

Nice to see you here. Google for Pharo and Fuel.
It is in the image already.

Bye
Torsten
Reply | Threaded
Open this post in threaded view
|

Re: binary serialization

Robert Withers
I can only tell you I couldn't tell you how happy I am in Pharo &
Squeak. It has been a number of years on the other side.

thanks to you, brother,
Robert

On 10/13/2015 02:08 AM, Torsten Bergmann wrote:
> Hi Robert,
>
> Nice to see you here. Google for Pharo and Fuel.
> It is in the image already.
>
> Bye
> Torsten

Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] binary serialization

Robert Withers
In reply to this post by Robert Withers
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?

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 <[hidden email]> 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
>>
>
>