Module_PingReply  latest
Erebot module to respond to PING messages
Serializable.php
1 <?php
2 
17 interface Serializable {
35  abstract public serialize();
36 
51  abstract public unserialize($serialized);
52 }
Interface for customized serializing.