[Gambas-bugtracker] Bug #1775: If an object is written by a library or component, the read fails with serialization error

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sat Apr 18 01:41:07 CEST 2020


http://gambaswiki.org/bugtracker/edit?object=BUG.1775&from=L21haW4-

Brian G reported a new bug.

Summary
-------

If an object is written by a library or component, the read fails with serialization error

Type             : Bug
Priority         : High
Gambas version   : Master
Product          : Development Environment


Description
-----------

When calling a component or library with an object created in the main program if the lib or comp writes an object
with special methods _write, _read.

The write always works and the read always fails, can not find the class to be created.
Is this correct? can the lib or comp not see the original class in the classes table

It looks like you can from the main when you list classes[] all the classes are there


System information
------------------

master




More information about the Bugtracker mailing list