This module provides a Pickle-based codec implementation.
Warning
The use of this codec is not recommended since the Pickle documentation itself clearly states that it’s not intended to be secure against erroneous or maliciously constructed data.
Bases: djangoflash.codec.BaseCodec
Pickle-based codec implementation.
Restores the flash from the given Pickle dump string.
Encodes the given flash as a Pickle dump string.
See also