serverSync
Create some object
obj =
new
ServerSync(
{
...
}
);
Some time later
obj.save(); obj.queue_save();
OSDC13