Read/Write of hash tables

Tioukov Valeri (valeri@d500na1.na.infn.it)
Tue, 6 Jul 1999 12:30:07 +0200 (MET DST)


Hi rooters,

I have data structure organized as following:

THashList of objects type A
where A is
THashList of objects type B

The Hash() of objects B is unic inside A but could be the same for
B's from different A's.

It worked perfectly before I tried to store and restore this staff.

I note that after restoring the objects B with the same Hash() becomes
the first stored B.
So Hash() of any objects treated as the global one during the storing.

But if I'd like to have the structure as described above and I want to
store it. Is it possible to do in the correct way?

Best regards
Valeri