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::Storable - Storable message formatting

Authors

         Jörn Reder <joern at zyn dot de>

Description

       This module implements the message formatting of Event::RPC using Storable. Objects of this class are
       created internally by Event::RPC::Server and Event::RPC::Client and performs message passing over the
       network.

Important Note

       This module is shipped for client/server backward compatibility with Event::RPC prior to 1.06. Due to
       security considerations it's not recommended to use Storable in real world szenarios. Better use one of
       the other alternatives (Sereal, CBOR or JSON).

Name

       Event::RPC::Message::Storable - Storable message formatting

Synopsis

         # Internal module. No documented public interface.

See Also