@@ -59,6 +59,10 @@ |
||
| 59 | 59 | * This is used to provide compression and serialization to messages |
| 60 | 60 | **/ |
| 61 | 61 | interface iJetpack_Sync_Codec { |
| 62 | + |
|
| 63 | + /** |
|
| 64 | + * @return string |
|
| 65 | + */ |
|
| 62 | 66 | public function encode( $object ); |
| 63 | 67 | public function decode( $input ); |
| 64 | 68 | } |