Hi guys,
I found this a bit strange and arguable. Upon materialization, for normal classes, Fuel uses #basicNew to instantiate objects and then sets its instances variables values getting them from the stream....
Today I found that SIXX sends #new first (and hence #initialize is sent) and after, if fails, it tries, #basicNew.�
This 2 approaches have different results.�