Skip to content

Instantly share code, notes, and snippets.

@jawngee
Created July 1, 2009 06:13
Show Gist options
  • Save jawngee/138628 to your computer and use it in GitHub Desktop.
Save jawngee/138628 to your computer and use it in GitHub Desktop.
<?
uses('system.util.serializer');
$site=new CMSSite();
$site->id = 'test';
// ... etc ...
$site = Serializer::DeserializeObject($serialized, Serializer::FORMAT_XML, 'cms/serialization');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment