Add php protobuffer support for transition to GTFS-realtime
[busui.git] / lib / Protobuf-PHP / library / DrSlump / Protobuf / CodecInterface.php
1
2
3
4
5
6
7
8
9
<?php
 
namespace DrSlump\Protobuf;
 
interface CodecInterface
{
    public function encode(\DrSlump\Protobuf\Message $message);
    public function decode(\DrSlump\Protobuf\Message $message, $data);
}