[Cuis] serialization in Cuis

Juan Vuletich juan at jvuletich.org
Fri Nov 6 12:13:13 CST 2015


Hi Nacho,

On 11/1/2015 11:45 PM, nacho wrote:
> Hi Folks,
> I'm trying to add support for serializing instances of a class.
> I'm looking at System-Object Storage
> And in particular to the class SmartRefStream which seems to add that
> functionality. However, the class has no comments and no examples.
> Is there some example which uses this class? a short demo? an example?
> Thanks in advance!!
> best
> Nacho
>

Are we browsing the same system? SmartRefStream class comment is 6016 
characters here. Superclass ReferenceStream has a class comments of 2875 
characters. DataStream and ReferenceStream have class methods that start 
with 'example'. Looking for references to these classes also brings 
useful examples of usage.

In any case, the usual way to serialize classes is fileOut. Why doesn't 
this work for you? What problem are you trying to solve?

Cheers,
Juan Vuletich




More information about the Cuis mailing list