Sha256: 1cabcaeba33a5885dfcd416f69dcb6d49d02ff8f063ace2bbad4480f6b21b011

Contents?: true

Size: 149 Bytes

Versions: 7

Compression:

Stored size: 149 Bytes

Contents

<?php

namespace Predis\Protocol;

use Predis\Commands\ICommand;

interface ICommandSerializer {
    public function serialize(ICommand $command);
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
appstats-0.25.1 doc/benchmarks/Predis/Protocol/ICommandSerializer.php
appstats-0.25.0 doc/benchmarks/Predis/Protocol/ICommandSerializer.php
appstats-0.24.0 doc/benchmarks/Predis/Protocol/ICommandSerializer.php
appstats-0.23.5 doc/benchmarks/Predis/Protocol/ICommandSerializer.php
appstats-0.23.4 doc/benchmarks/Predis/Protocol/ICommandSerializer.php
appstats-0.23.3 doc/benchmarks/Predis/Protocol/ICommandSerializer.php
appstats-0.23.2 doc/benchmarks/Predis/Protocol/ICommandSerializer.php