Data::Decode::Chain - Chain Multiple Decoders


Data-Decode documentation  | view source Contained in the Data-Decode distribution.

Index


NAME

Top

Data::Decode::Chain - Chain Multiple Decoders

SYNOPSIS

Top

  Data::Decode->new(
    strategy => Data::Decode::Chain->new(
      decoders => [
        Data::Decode::Whatever->new,
        Data::Decode::SomethingElse->new
      ]
    )
  );

METHODS

Top

new

decode


Data-Decode documentation  | view source Contained in the Data-Decode distribution.