> Subject: [Pharo-project] there is a sixx left over in Object > > sixxInstVarNamed: instVarName put: aValue > "override if you like" > self > instVarAt: (self class instVarIndexFor: > instVarName asString) > put: aValue > > Does anybody know where is come from?
It's from the SIXX package, see Universe / Persistence / SIXX. SIXX is an XML serializer/deserializer written in Smalltalk. Ramon Leon http://onsmalltalk.com _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
