Pharo Object Serialization
Hi, Which are the options for serialize objects in Pharo ? I know there is Fuel (https://rmod.inria.fr/web/software/Fuel). OmniBase is not supported any more. OmniBase was pretty cool even transactional !!! What are you using ? (of course there is GemStone/S but i was not able to convince my client yet :) regards, bruno -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Thereâs also STON. See https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfu... /*âââââââââââââââââ-*/ Sent from my iPhone https://boincstats.com/signature/-1/user/51616339056/sig.png See https://objectnets.net and https://objectnets.org
On Feb 21, 2019, at 19:05, BrunoBB <smalltalk@adinet.com.uy> wrote:
Hi,
Which are the options for serialize objects in Pharo ?
I know there is Fuel (https://rmod.inria.fr/web/software/Fuel).
OmniBase is not supported any more. OmniBase was pretty cool even transactional !!!
What are you using ? (of course there is GemStone/S but i was not able to convince my client yet :)
regards, bruno
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Bruno OmniBase was ported to Pharo 6+ in Jun 2018. The original porting work was done by Esteban Lorenzano, but he pointed out that, as a non-user, he is not in a position to provide any support. It was used to a small extent by me, and much more by Matias Maretto. The repo is at https://github.com/estebanlm/OmniBase. There were a couple of tweaks needed to get it fully working; I don't know whether they were incorporated in the repo version. I haven't really used it much - my project got overtaken by other work. I think Matias used it more. You can see the whole story if you search for the subject 'OmniBase for Pharo 6' in this forum. HTH Peter Kenny -----Original Message----- From: Pharo-users <pharo-users-bounces@lists.pharo.org> On Behalf Of BrunoBB Sent: 22 February 2019 03:05 To: pharo-users@lists.pharo.org Subject: [Pharo-users] Pharo Object Serialization Hi, Which are the options for serialize objects in Pharo ? I know there is Fuel (https://rmod.inria.fr/web/software/Fuel). OmniBase is not supported any more. OmniBase was pretty cool even transactional !!! What are you using ? (of course there is GemStone/S but i was not able to convince my client yet :) regards, bruno -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Peter, Yes i already read those posts. Maybe i will try and see but i highly doubt i will use it in production. Back in the old days i used it a lot with Dolphin Smalltalk, David Jorisek provided good support then. regards, bruno -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
participants (3)
-
BrunoBB -
john pfersich -
PBKResearch