Interface for entities that can be rendered into serialized form. More...
Public Member Functions | |
| SerializeObject () | |
| This returns a string, containing the serialized object state. | |
Static Public Member Functions | |
| static | UnserializeObject ($in_parent, $serialized) |
| This takes the serialized data, and instantiates a new object from it. | |
Interface for entities that can be rendered into serialized form.
| i_comdef_serialized::SerializeObject | ( | ) |
This returns a string, containing the serialized object state.
Implemented in c_comdef_format, c_comdef_meeting, c_comdef_service_body, and c_comdef_user.
| static i_comdef_serialized::UnserializeObject | ( | $ | in_parent, |
| $ | serialized | ||
| ) | [static] |
This takes the serialized data, and instantiates a new object from it.
| in_parent | The parent object. |
| serialized | A string containing the serialized data. |
Implemented in c_comdef_format, c_comdef_meeting, c_comdef_service_body, and c_comdef_user.
1.7.4