Event::RPC::Message::SerialiserBase (3)
Leading comments
Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) Standard preamble: ========================================================================
NAME
Event::RPC::Message::SerialiserBase - Base for some message classesSYNOPSIS
# Internal module. No documented public interface.
DESCRIPTION
This module implements universalFREEZE/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.
AUTHORS
Jo.rn Reder <joern at zyn dot de>
COPYRIGHT AND LICENSE
Copyright (C) 2005-2015 by Jo.rn Reder <joernAT
zyn.de>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.