Collection.st
changeset 6593 bd26120c15f5
parent 6555 e871e228b92f
child 6672 c5a5a9f9f4f5
--- a/Collection.st	Mon Jun 24 12:09:11 2002 +0200
+++ b/Collection.st	Tue Jun 25 15:59:36 2002 +0200
@@ -1265,6 +1265,13 @@
     "Modified: / 19.4.1998 / 20:03:57 / cg"
 ! !
 
+!Collection methodsFor:'encoding'!
+
+encodeOn:anEncoder with:aParameter
+
+    anEncoder encodeCollection:self with:aParameter
+! !
+
 !Collection methodsFor:'enumerating'!
 
 addAllTo:aCollection
@@ -2399,6 +2406,6 @@
 !Collection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.125 2002-05-16 15:37:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.126 2002-06-25 13:58:36 stefan Exp $'
 ! !
 Collection initialize!