@@ -5,6 +5,10 @@ |
||
| 5 | 5 | * This is used to provide compression and serialization to messages |
| 6 | 6 | **/ |
| 7 | 7 | interface iJetpack_Sync_Codec { |
| 8 | + |
|
| 9 | + /** |
|
| 10 | + * @return string |
|
| 11 | + */ |
|
| 8 | 12 | public function encode( $object ); |
| 9 | 13 | public function decode( $input ); |
| 10 | 14 | } |
| 11 | 15 | \ No newline at end of file |