ClanSoft logo
ClanSoft logo

    CL_NetDataObject::serialize_save

Syntax

virtual void serialize_save(
        CL_OutputSource *output,
        int pos,
        int length);

Description

Writes the objectdata starting at position pos and with a length length.

If pos==0 and size!=0, then the first packet is to be written. If pos!=0 and size==0, then the sending of the object is complete.


Back to index



This page was built using the Perceps documentation system.