StreamManager  latest
PHP stream manager
Serializable Interface Reference

Interface for customized serializing. More...

Detailed Description

Interface for customized serializing.

Abstract base interface that cannot be implemented alone. Instead it must be implemented by either IteratorAggregate or Iterator.

See also
http://php.net/Serializable
Attention
Classes that implement this interface no longer support __sleep() and __wakeup().

Definition at line 17 of file Serializable.php.


The documentation for this interface was generated from the following file: