DOKK / manpages / debian 12 / libevent-rpc-perl / Event::RPC::Message::Storable.3pm.en
Event::RPC::Message::Storable(3pm) User Contributed Perl Documentation Event::RPC::Message::Storable(3pm)

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

  # Internal module. No documented public interface.

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.

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).

  Jörn Reder <joern at zyn dot de>

Copyright (C) 2005-2015 by Jörn Reder <joern AT zyn.de>.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2022-12-12 perl v5.36.0