<br><br><div class="gmail_quote">On Wed, May 25, 2011 at 9:55 AM, Runar Jordahl <span dir="ltr">&lt;<a href="mailto:runar.jordahl@gmail.com">runar.jordahl@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Interesting project. There are so many uses for object serializers.<br>
Personally I am looking at storing objects in NoSQL databases, and<br>
serializing them is an option that will work in a lot of cases. Using<br>
a serializer for copying objects is also useful.<br>
<br>
Does Fuel support “cutting off” instance variables, like SIXX’s<br>
Object&gt;&gt;sixxIgnorableInstVarNames ?<br>
<br></blockquote><div><br>Runar, could you please tell us how that is done?<br>how such method looks like?<br><br>MyClass &gt;&gt; sixxIgnorableInstVarNames<br>^ #(&#39;age&#39; &#39;blah&#39;)<br><br>?<br><br>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 ?<br>
<br>And of course, you implement <br><br>Objet &gt;&gt; sixxIgnorableInstVarNames<br>^ ()<br><br>?<br><br>Yes I know....I can take the code and look by myself...but not time now :(<br><br>Thanks <br><br>Mariano<br><br></div>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I always thought SIXX<br>
(<a href="http://www.mars.dti.ne.jp/%7Eumejava/smalltalk/sixx/index.html" target="_blank">http://www.mars.dti.ne.jp/~umejava/smalltalk/sixx/index.html</a> ) was<br>
state-of-the-art in this field. It seems to have many features, and it<br>
is supported on many dialects.  Are your ideas so great that it really<br>
makes sense to create yet another serializer? Wouldn’t improving SIXX<br>
be better?<br>
<font color="#888888"><br>
Runar<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>