ClanSoft logo
ClanSoft logo

    CL_NetObject_Simple

Simplified serialization NetObject.

Parents: public CL_NetObject

Description

CL_NetObject_Simple is a netobject using a more static approach to its serialization. In the constructor of your object, you should add those member variables you want to be duplicated on the slave side. Use the add_int32(), add_short16(), etc. functions to do this. For more information: Read the network overview document.

Class members

CL_NetObject_Simple()
virtual ~CL_NetObject_Simple()
virtual void serialize_save(CL_OutputSource *output)
virtual void serialize_load(CL_InputSource *input)

See Also

None


Back to index



This page was built using the Perceps documentation system.