moosex::storage::meta::attribute::trait::donotserialize(3) [osx man page]
MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize(User Contributed Perl DocumentatMooseX::Storage::Meta::Attribute::Trait::DoNotSerialize(3)NAME
MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize - A custom meta-attribute-trait to bypass serialization
SYNOPSIS
package Point;
use Moose;
use MooseX::Storage;
with Storage('format' => 'JSON', 'io' => 'File');
has 'x' => (is => 'rw', isa => 'Int');
has 'y' => (is => 'rw', isa => 'Int');
has 'foo' => (
traits => [ 'DoNotSerialize' ],
is => 'rw',
isa => 'CodeRef',
);
1;
DESCRIPTION
Sometimes you don't want a particular attribute to be part of the serialization, in this case, you want to make sure that attribute uses
this custom meta-attribute-trait. See the SYNOPSIS for a nice example that can be easily cargo-culted.
METHODS
Introspection
meta
BUGS
All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to
cpan-RT.
AUTHOR
Stevan Little <stevan.little@iinteractive.com>
COPYRIGHT AND LICENSE
Copyright 2007-2008 by Infinity Interactive, Inc.
<http://www.iinteractive.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
perl v5.16.2 2012-02-28 MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize(3)
Check Out this Related Man Page
MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize(User Contributed Perl DocumentMooseX::Storage::Meta::Attribute::Trait::DoNotSerialize(3pm)NAME
MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize - A custom meta-attribute-trait to bypass serialization
SYNOPSIS
package Point;
use Moose;
use MooseX::Storage;
with Storage('format' => 'JSON', 'io' => 'File');
has 'x' => (is => 'rw', isa => 'Int');
has 'y' => (is => 'rw', isa => 'Int');
has 'foo' => (
traits => [ 'DoNotSerialize' ],
is => 'rw',
isa => 'CodeRef',
);
1;
DESCRIPTION
Sometimes you don't want a particular attribute to be part of the serialization, in this case, you want to make sure that attribute uses
this custom meta-attribute-trait. See the SYNOPSIS for a nice example that can be easily cargo-culted.
METHODS
Introspection
meta
BUGS
All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to
cpan-RT.
AUTHOR
Stevan Little <stevan.little@iinteractive.com>
COPYRIGHT AND LICENSE
Copyright 2007-2008 by Infinity Interactive, Inc.
<http://www.iinteractive.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
perl v5.14.2 2012-02-28 MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize(3pm)
Hi.
How do you guys, monitor/report your Storage environment? I have people (don't we all? ) that like to have monthly reports on space (raw/assigned/available), ports available/used, switches and the such.
Do you use anything special? Or are you like me, a nice big Excel spreadsheet? How... (1 Reply)
Hi
I have some practical experience with VERITAS Volume Manager and File System. Now I want to appear for VERITAS Storage Foundation 5.0 certification. From my previous experience with Solaris certification I can say that some kind of preparation with sample/practice questions would be highly... (0 Replies)
Input File ( this is a sample record )
Storage Group Name: DRT_ny-iadsql1-c_ny-iadsql2-c
Storage Group UID: 00:21:E9:C7:2D:E0:E1:11:82:CC:00:60:16:10:04:0A
HBA/SP Pairs:
HBA UID SP Name SPPort
------- ... (2 Replies)
It seems like I lost one path on my Solaris-11 box. But I want to make sure before going to Storage team, if issue is from OS side or Storage side. Storage team is able to see that only one wwwn is looged in their switch. I am not at server's physical location. What does below output says ? I... (0 Replies)