From 094958fb6a1cf899663472859dafd441a9c669d6 Mon Sep 17 00:00:00 2001 From: halw Date: Sat, 6 Nov 2010 16:31:43 +0000 Subject: [PATCH] m Additional info in SED note. Author:halw Date:2010-11-06T16:31:43.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@699 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelnet-tutorial/overview-eiffelnet-mechanisms.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/current/solutions/networking/eiffelnet/eiffelnet-tutorial/overview-eiffelnet-mechanisms.wiki b/documentation/current/solutions/networking/eiffelnet/eiffelnet-tutorial/overview-eiffelnet-mechanisms.wiki index ef1927ea..ee9e2180 100644 --- a/documentation/current/solutions/networking/eiffelnet/eiffelnet-tutorial/overview-eiffelnet-mechanisms.wiki +++ b/documentation/current/solutions/networking/eiffelnet/eiffelnet-tutorial/overview-eiffelnet-mechanisms.wiki @@ -68,7 +68,7 @@ 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 STORABLE from EiffelBase. -{{note|Although this discussion uses the class STORABLE, it should be noted that this class will in the future be made obsolete by the classes in the Serialization (SED) subcluster of EiffelBase.}} +{{note|Although this discussion uses the class STORABLE, it should be noted that this class will in the future be made obsolete by the classes in the Serialization (SED) subcluster of EiffelBase. You will notice that the EiffelNet examples delivered with EiffelStudio use the classes from the Serialization cluster.}} As documented in [ [[Bibliography|2]] ], STORABLE provides features to store and retrieve complete object structures. There are three storage procedures, called under the respective forms