Added note pointing to Serialization (SED) classes as an eventual replacement for STORABLE

Author:halw
Date:2010-11-06T15:15:36.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@698 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2010-11-06 15:15:36 +00:00
parent 7ca22885d3
commit bbbf83ef7e

View File

@@ -67,6 +67,10 @@ In many cases, what you will want to send and receive is not just simple values
The basic mechanism enabling a system to send objects through EiffelNet is also the basic mechanism for storing objects into a file: class <code>STORABLE</code> from EiffelBase.
{{note|Although this discussion uses the class <code>STORABLE</code>, it should be noted that this class will in the future be made obsolete by the classes in the Serialization (SED) subcluster of EiffelBase.}}
As documented in [ [[Bibliography|2]] ], <code>STORABLE</code> provides features to store and retrieve complete object structures. There are three storage procedures, called under the respective forms
<code>
struct1.basic_store (iom1)