Event-RPC

 view release on metacpan or  search on metacpan

lib/Event/RPC/Message/SerialiserBase.pm  view on Meta::CPAN

43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Event::RPC::Message::SerialiserBase - Base for some message classes
 
=head1 SYNOPSIS
 
  # Internal module. No documented public interface.
 
=head1 DESCRIPTION
 
This module implements universal FREEZE/THAW methodes
for JSON and CBOR based message format classes. Unfortunately
these modules can't take callbacks for these tasks but
require to pollute UNIVERSAL namespace for this, so when
loading several modules overriding these methodes by each
other throw warnings. This module exist just to prevent these.
 
=head1 AUTHORS
 
  Jörn Reder <joern at zyn dot de>
 
=head1 COPYRIGHT AND LICENSE



( run in 0.225 second using v1.01-cache-2.11-cpan-eab888a1d7d )