<html><body bgcolor="#FFFFFF"><div>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.<br><br>Sent from my iPhone</div><div><br>On 2011-05-29, at 9:29, "Mariano Martinez Peck" &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div><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"><a href="mailto:runar.jordahl@gmail.com">runar.jordahl@gmail.com</a></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>^ #('age' 'blah')<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"><a href="http://www.mars.dti.ne.jp/~umejava/smalltalk/sixx/index.html">http://www.mars.dti.ne.jp/~umejava/smalltalk/sixx/index.html</a></a> ) was<br>
state-of-the-art in this field. It seems to have many features, and it<br>
is supported on many dialects. &nbsp;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"><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a></a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank"><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a></a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank"><a href="http://marianopeck.wordpress.com">http://marianopeck.wordpress.com</a></a><br><br>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>seaside mailing list</span><br><span><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a></span><br><span><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a></span><br></div></blockquote></body></html>