The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "data::serializer"

Data::Serializer - Modules that serialize data structures River stage two • 41 direct dependents • 87 total dependents

Provides a unified interface to the various serializing modules currently available. Adds the functionality of both compression and encryption. By default Data::Serializer(3) adds minor metadata and encodes serialized data structures in it's own form...

NEELY/Data-Serializer-0.65 - 01 Feb 2020 16:51:08 UTC - Search in distribution

Data::Serializer::Data::Dmp - Bridge between Data::Serializer and Data::Dmp River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Data-Serializer-Data-Dmp-0.02 - 02 Nov 2015 17:44:18 UTC - Search in distribution

Data::Serializer::Data::Dump - Bridge between Data::Serializer and Data::Dump River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Data-Serializer-Data-Dump-0.01 - 02 Nov 2015 17:44:30 UTC - Search in distribution

Data::Serializer::Sereal - Creates bridge between Data::Serializer and Sereal River stage one • 2 direct dependents • 3 total dependents

ROUZIER/Data-Serializer-Sereal-1.05 - 08 Aug 2014 20:33:07 UTC - Search in distribution

Data::Serializer::JSON::XS River stage zero No dependents

A serializer using the Data::Serializer interface. serialize - implements serialize method. deserialize - implements deserialize method....

AMIRITE/Data-Serializer-JSON-XS-0.01 - 16 Apr 2014 17:37:10 UTC - Search in distribution

Any::Renderer::Data::Serializer - adaptor for Any::Renderer to use any Data::Serializer backends River stage one • 1 direct dependent • 1 total dependent

Any::Renderer::Data::Serializer renders any Perl data structure passed to it into a string representation using modules exposing the Data::Serializer API....

BBC/Any-Renderer-1.014 - 19 Sep 2006 11:00:10 UTC - Search in distribution

Data::Serializer::Config::Wrest - Creates bridge between Data::Serializer and Config::Wrest River stage zero No dependents

Module is used internally to Data::Serializer. Use it through the Data::Serializer constructor. The 'options' hash reference is passed to the Config::Wrest constructor. Please see the documentation for that module for details about the possible optio...

BBC/Config-Wrest-1.036 - 29 Aug 2006 14:31:38 UTC - Search in distribution

Data::Serializer::JSON::MaybeXS - Serialize data using JSON::MaybeXS. River stage zero No dependents

This Data::Serializer driver uses JSON::MaybeXS to serialize and deserialize data....

BLUEFEET/Data-Serializer-JSON-MaybeXS-0.03 - 30 Jan 2021 05:41:08 UTC - Search in distribution

MooseX::Types::Data::Serializer - A Data::Serializer type library for Moose. River stage zero No dependents

This module provides Data::Serializer types and coercians for Moose attributes. Two standard Moose types are provided; Data::Serializer and Data::Serializer::Raw. In addition, two other MooseX::Types types are provided; Serializer and RawSerializer. ...

BLUEFEET/MooseX-Types-Data-Serializer-0.05 - 06 Jun 2023 16:49:58 UTC - Search in distribution

Data::Collector::Serializer::JSON - A JSON serializer for Data::Collector River stage zero No dependents

Utilizes JSON....

XSAWYERX/Data-Collector-0.15 - 03 Sep 2012 10:51:24 UTC - Search in distribution

Data::FlexSerializer - Pluggable (de-)serialization to/from compressed/uncompressed JSON/Storable/Sereal/Whatever River stage one • 4 direct dependents • 4 total dependents

This module was written to convert away from Storable throughout the Booking.com codebase to other serialization formats such as Sereal and JSON. Since we needed to do these migrations in production we had to do them with zero downtime and deal with ...

AVAR/Data-FlexSerializer-1.10 - 30 May 2013 09:19:14 UTC - Search in distribution

Data::SplitSerializer - Modules that "split serialize" data structures River stage zero No dependents

Split serialization is a unique form of serialization that only serializes part of the data structure (as a path on the left side) and leaves the rest of the data, typically a scalar, untouched (as a value on the right side). Consider the gopher exam...

BBYRD/Data-SplitSerializer-0.91 - 10 Aug 2013 02:02:32 UTC - Search in distribution

Catalyst::View::REST::Data::Serializer - Data::Serializer View Class River stage zero No dependents

This is the "Data::Serializer" view class. It can be used to use any number of Serialization methods (YAML, Storable, Data::Dumper) to implement a REST view. It also supports optional compression, encryption, and a host of other useful goodies. CONFI...

HOLOWAY/Catalyst-View-REST-Data-Serializer-0.02 - 23 May 2006 07:01:23 UTC - Search in distribution

lib/Data/Serializer/Benchmark/Serialize.pm River stage zero No dependents

PMAKHOLM/Benchmark-Serialize-0.08 - 26 Oct 2010 15:28:01 UTC - Search in distribution

lib/Concurrent/Data/Serializer.pm River stage zero No dependents

VIPUL/Concurrent-Object-1.07 - 21 Jun 2001 04:30:54 UTC - Search in distribution

lib/MLDBM/Serializer/Data/Dumper.pm River stage two • 15 direct dependents • 21 total dependents

CHORNY/MLDBM-2.05 - 21 Feb 2013 09:26:42 UTC - Search in distribution
  • MLDBM - store multi-level Perl hash structure in single level tied hash

lib/MTDB/Serializer/Data/Dumper.pm River stage zero No dependents

THOMSON/MTDB-0.1.0 - 26 Dec 2002 15:28:57 UTC - Search in distribution
  • MTDB - Multidimensional Transparent hash DataBase
  • MTDB - Multidimensional Transparent hash DataBase

Data::StreamSerializer - non-blocking serializer. River stage one • 1 direct dependent • 2 total dependents

Sometimes You need to serialize a lot of data. If You use 'Dumper' it can take You for much time. If Your code is executed in event machine it can be inadmissible. So using the module You can serialize Your data progressively and do something between...

UNERA/Data-StreamSerializer-0.07 - 14 Feb 2011 07:32:22 UTC - Search in distribution

File::Serialize::Serializer::Data::Dumper - Data::Dumper serializer for File::Serialize River stage one • 1 direct dependent • 1 total dependent

extensions "pl", "perl". precedence 100 module used Data::Dumper supported options none...

YANICK/File-Serialize-1.5.1 - 22 Jun 2021 01:24:35 UTC - Search in distribution

Catalyst::Action::Serialize::Data::Serializer - Serialize with Data::Serializer River stage zero No dependents

This module implements a serializer for use with "Data::Dumper" and others. It was factored out of Catalyst::Action::REST because it is unlikely to be widely used and tends to break tests, be insecure, and is generally weird. Use at your own risk....

BOBTFISH/Catalyst-Action-Serialize-Data-Serializer-1.08 - 16 Apr 2013 07:33:12 UTC - Search in distribution
315 results (0.282 seconds)