Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
PhpSerializer.php
Go to the documentation of this file.
1<?php
2
4
14
15 public function serialize($object) {
16 return \serialize ( $object );
17 }
18
19 public function unserialize($serial) {
20 return \unserialize ( $serial );
21 }
22}
23
Ubiquity\contents\serializers$PhpSerializer This class is part of Ubiquity.
Ubiquity\contents\serializers$SerializerInterface This class is part of Ubiquity.