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

Search results for "module:Class::Serializer"

Class::Serializer - Serializes the in-memory state of a class into code River stage zero No dependents

NILSONSFJ/Class-Serializer-0.04 - 30 Nov 2015 19:10:36 UTC

DBIx::Class::InflateColumn::Serializer - Inflators to serialize data structures for DBIx::Class River stage one • 9 direct dependents • 9 total dependents

These modules help you store and access serialized data structures in the columns of your DB from your DBIx::Classes. They are inspired from the DBIx::Class::Manual::FAQ and the DBIC test suite, and provide a bit more protection than the inflators pr...

MRUIZ/DBIx-Class-InflateColumn-Serializer-0.09 - 14 Jan 2017 17:33:18 UTC

DBIx::Class::InflateColumn::Serializer::YAML - YAML Inflator River stage one • 9 direct dependents • 9 total dependents

MRUIZ/DBIx-Class-InflateColumn-Serializer-0.09 - 14 Jan 2017 17:33:18 UTC

DBIx::Class::InflateColumn::Serializer::JSON - JSON Inflator River stage one • 9 direct dependents • 9 total dependents

MRUIZ/DBIx-Class-InflateColumn-Serializer-0.09 - 14 Jan 2017 17:33:18 UTC

DBIx::Class::InflateColumn::Serializer::JSYNC - Basic JSON Object Serialization Support for DBIx::Class. River stage zero No dependents

This is basically the only serialization backend I could find that wasn't "Dumper()", and actually seemed to work with arbitrary "bless()" package Foo::Result::Thing; __PACKAGE__->load_components('InflateColumn::Serializer', 'Core'); __PACKAGE__->tab...

KENTNL/DBIx-Class-InflateColumn-Serializer-JSYNC-0.002001 - 08 Mar 2017 14:03:52 UTC

DBIx::Class::InflateColumn::Serializer::Hstore - Hstore Inflator River stage one • 1 direct dependent • 1 total dependent

JEEN/DBIx-Class-InflateColumn-Serializer-Hstore-0.02 - 23 Sep 2013 05:22:48 UTC

DBIx::Class::InflateColumn::Serializer::Sereal - Sereal based Serialization for DBIx Class Columns River stage zero No dependents

KENTNL/DBIx-Class-InflateColumn-Serializer-Sereal-0.001002 - 07 Mar 2017 20:11:22 UTC

DBIx::Class::InflateColumn::Serializer::Storable - Storable Inflator River stage one • 9 direct dependents • 9 total dependents

MRUIZ/DBIx-Class-InflateColumn-Serializer-0.09 - 14 Jan 2017 17:33:18 UTC

DBIx::Class::InflateColumn::Serializer::CompressJSON - DBIx::Class::InflateColumn::Serializer::CompressJSON - JSON compressed Inflator River stage zero No dependents

NOUDARD/DBIx-Class-InflateColumn-Serializer-CompressJSON-0.004 - 18 Dec 2012 09:23:00 UTC

DBIx::Class::InflateColumn::Serializer::Role::HashContentAccessor - Parameterized Moose role which provides accessor methods for values stored in a hash-like structure River stage zero No dependents

This parameterized role provides methods to access values of a column that stores 'hash-like' data in a DBIx::Class-based database schema that uses Moose. It assumes that the (de)serializing of the column in done using something like DBIx::Class::Inf...

MSTOCK/DBIx-Class-InflateColumn-Serializer-Role-HashContentAccessor-0.001000 - 03 Mar 2015 21:12:01 UTC

Class::Factory - Base class for dynamic factory classes River stage two • 8 direct dependents • 18 total dependents

This is a simple module that factory classes can use to generate new types of objects on the fly, providing a consistent interface to common groups of objects. Factory classes are used when you have different implementations for the same set of tasks...

PHRED/Class-Factory-1.06 - 07 Nov 2007 00:12:40 UTC

Class::Prevayler - Prevayler implementation - www.prevayler.org River stage zero No dependents

THIS IS BETA-SOFTWARE!! Class::Prevayler - aka 'Perlvayler' - is a Perl implementation of the prevayler concept. You can find an introduction to this concept on www.prevayler.org. This module overloads the 'time', 'localtime' and 'gmtime' functions t...

NATHANAEL/Class-Prevayler-0.02 - 23 Jan 2003 21:19:43 UTC

DBIx::Class::ResultDDL - Sugar methods for declaring DBIx::Class::Result data definitions River stage zero No dependents

This is Yet Another Sugar Module for building DBIC result classes. It provides a domain-specific-language that feels almost like writing DDL. This module heavily pollutes your symbol table in the name of extreme convenience, so the "-Vx" option has t...

NERDVANA/DBIx-Class-ResultDDL-2.04 - 27 Sep 2023 07:05:15 UTC

Class::PObject::Driver - Pobject driver specifications River stage zero No dependents

Class::PObject::Driver is a base class for all the Object drivers. Driver is another library Class::PObject uses only when disk access is necessary. So you can still use Class::PObject without any valid driver, but it won't be persistent object now, ...

SHERZODR/Class-PObject-2.17 - 20 Feb 2005 18:06:54 UTC

DBIx::Class::FormTools - Helper module for building forms with multiple related DBIx::Class objects. River stage zero No dependents

Introduction DBIx::Class::FormTools is a data serializer, that can convert HTML formdata to DBIx::Class objects based on element names created with DBIx::Class::FormTools. It uses user supplied object ids to connect the objects with each-other. The o...

DJO/DBIx-Class-FormTools-0.000011 - 23 Jan 2020 13:00:54 UTC

DBIx::Class::ResultDDL::V1 - Back-compat for version 0 of this module River stage zero No dependents

This package provides the ":V1" API functions, for backward compatibility. It is always best to upgrade your code to the latest API version, resolving any conflicts that might arise, but this provides stability for old code....

NERDVANA/DBIx-Class-ResultDDL-2.04 - 27 Sep 2023 07:05:15 UTC

DBIx::Class::HashAccessor - Helper functions to install accessors for serialized hash columns River stage zero No dependents

GETTY/DBIx-Class-HashAccessor-0.001 - 14 Oct 2017 19:22:55 UTC

DBIx::Class::ResultDDL::V0 - Back-compat for version 0 of this module River stage zero No dependents

This package provides the ":V0" API functions, for backward compatibility. It is always best to upgrade your code to the latest API version, resolving any conflicts that might arise, but this provides stability for old code....

NERDVANA/DBIx-Class-ResultDDL-2.04 - 27 Sep 2023 07:05:15 UTC

Class::PObject::Driver::file - Default PObject driver River stage zero No dependents

Class::PObject::Driver::file is a default driver used by Class::PObject. Class::PObject::Driver::file is a direct subclass of Class::PObject::Driver. Refer to its manual for more details. The only required class property is *columns*. If *driver* is ...

SHERZODR/Class-PObject-2.17 - 20 Feb 2005 18:06:54 UTC

Class::Method::Cache::FastMmap - Cache method results using Cache::FastMmap River stage zero No dependents

This package allows you to easily cache the results of a method call using Cache::FastMmap....

RRWO/Class-Method-Cache-FastMmap-v0.3.2 - 14 May 2018 20:18:39 UTC
23 results (0.033 seconds)