logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Event::RPC::Message::SerialiserBase - Base for some message classes

Authors

         Jörn Reder <joern at zyn dot de>

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.

Name

       Event::RPC::Message::SerialiserBase - Base for some message classes

Synopsis

         # Internal module. No documented public interface.

See Also