Il 20/05/2013 08:55, Holger Hans Peter Freyther ha scritto: > > aValue isNil ifTrue: [ aStream nextPutAll: 'NULL'. ^self ]. > aSelector := converterSelectors at: aValue class > ifAbsent: [ aValue isInteger > ifTrue: [#writeInteger:on:] > ifFalse: [#defaultConvert:on:]]. > > but then again, I could just remove the writeInteger:on: > selector and entry from the look-up table. How should I > proceed?
You can leave the Integer entry in the table, but commented out. Paolo _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
