Man Page: kiokudb::meta::attribute::donotserialize
Operating Environment: debian
Section: 3pm
KiokuDB::Meta::Attribute::DoNotSerialize(3pm) User Contributed Perl Documentation KiokuDB::Meta::Attribute::DoNotSerialize(3pm)NAMEKiokuDB::Meta::Attribute::DoNotSerialize - Trait for skipped attributesSYNOPSIS# in your class: package Foo; use Moose; has bar => ( traits => [qw(KiokuDB::DoNotSerialize)], isa => "Bar", is => "ro", lazy_build => 1, );DESCRIPTIONThis 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)