In H2.0.3 the SesionImpl is Serializable. With the IdentityMaps care needs to be taken during the serialization/deserialization process.
Environment
None
Activity
MikeM
February 25, 2005 at 4:30 PM
0.7 was released
MikeM
February 17, 2005 at 6:31 AM
All test pass - including ones that serialize proxies.
MikeM
September 2, 2004 at 8:23 AM
Moving to alpha because no fix for Proxy serialization is needed until proxies are working.
MikeM
August 27, 2004 at 10:10 PM
The Serialization for the most part is working. It could be made alot cleaner by also serializing the full SessionFactory and not mimicing h2.0.3's way of doing it.
The code to serialize Proxies has been commented out because that was throwing errors. I have not done any debugging on it but make sure the SequencedHashMap can handle Enumerating over an empty collection.
MikeM
August 9, 2004 at 9:46 AM
Many changes were made to codebase.
Still need to fully implement FooBarTest.PersistCollections because that contains some serialization code.
In H2.0.3 the SesionImpl is Serializable. With the IdentityMaps care needs to be taken during the serialization/deserialization process.