On Wed, May 25, 2011 at 9:55 AM, Runar Jordahl <[hidden email]> wrote: Interesting project. There are so many uses for object serializers. Runar, could you please tell us how that is done? how such method looks like? MyClass >> sixxIgnorableInstVarNames ^ #('age' 'blah') ? Second, what happens are serialization time? SIXX puts a nil ? and at materialization? when the object is created from the XML you get a nil in those instVars ? And of course, you implement Objet >> sixxIgnorableInstVarNames ^ () ? Yes I know....I can take the code and look by myself...but not time now :( Thanks Mariano I always thought SIXX -- Mariano http://marianopeck.wordpress.com _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
That's about it, but it completely ignores these when emitting and materializing as if they didn't exist and #initialize can still massage them into whatever shape they need to be in. Sent from my iPhone
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |