debian man page for kiokudb::meta::attribute::donotserialize

Query: kiokudb::meta::attribute::donotserialize

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

KiokuDB::Meta::Attribute::DoNotSerialize(3pm)		User Contributed Perl Documentation	     KiokuDB::Meta::Attribute::DoNotSerialize(3pm)

NAME
KiokuDB::Meta::Attribute::DoNotSerialize - Trait for skipped attributes
SYNOPSIS
# in your class: package Foo; use Moose; has bar => ( traits => [qw(KiokuDB::DoNotSerialize)], isa => "Bar", is => "ro", lazy_build => 1, );
DESCRIPTION
This Moose::Meta::Attribute trait provides tells KiokuDB to skip an attribute when serializing. KiokuDB also recognizes MooseX::Meta::Attribute::Trait::DoNotSerialize, but if you don't want to install MooseX::Storage you can use this instead. perl v5.12.4 2010-10-11 KiokuDB::Meta::Attribute::DoNotSerialize(3pm)
Related Man Pages
moosex::storage::meta::attribute::trait::donotserialize(3pm) - mojave
moosex::getopt::meta::attribute::nogetopt5.18(3pm) - mojave
moose::meta::attribute::native::trait::code(3) - osx
moosex::storage::meta::attribute::donotserialize(3) - osx
moosex::getopt::meta::attribute::trait(3pm) - mojave
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph