The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.07_01 - 2014-03-26

  • Add sereal_decode_with_object(), functional/custom-opcode implementation of the OO interface, with much less overhead. In practice this will make a very modest impact on dumping, but if your applications needs it... Thanks to Zefram for the custom op implementation.
  • Resolved: [rt.cpan.org #93888] does not preserve special SV identity We now handle \!0 and \!1 properly. Being able to distinguish \undef from \{my $x= undef} is left for a new protocol release. Reported by Zefram.
  • Resolved [rt.cpan.org #93892] downgrade breaks unwritable strings When decoding a UTF8-on SV we now sv_mortalcopy() it before we sv_utf8_downgrade() it. This prevents us from modifying the buffer during deserialization. Reported By Zefram.

Modules

Fast, compact, powerful binary deserialization

Provides

in lib/Sereal/Decoder/Constants.pm