ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CBOR-XS/XS.pm
(Generate patch)

Comparing CBOR-XS/XS.pm (file contents):
Revision 1.10 by root, Mon Oct 28 22:03:20 2013 UTC vs.
Revision 1.11 by root, Tue Oct 29 00:20:26 2013 UTC

229error). See the L<Types::Serialiser> manpage for details. 229error). See the L<Types::Serialiser> manpage for details.
230 230
231=item CBOR tag 256 (perl object) 231=item CBOR tag 256 (perl object)
232 232
233The tag value C<256> (TODO: pending iana registration) will be used 233The tag value C<256> (TODO: pending iana registration) will be used
234to deserialise a Perl object serialised with C<FREEZE>. See "OBJECT 234to deserialise a Perl object serialised with C<FREEZE>. See L<OBJECT
235SERIALISATION", below, for details. 235SERIALISATION>, below, for details.
236 236
237=item CBOR tag 55799 (magic header) 237=item CBOR tag 55799 (magic header)
238 238
239The tag 55799 is ignored (this tag implements the magic header). 239The tag 55799 is ignored (this tag implements the magic header).
240 240
295if you want. 295if you want.
296 296
297=item other blessed objects 297=item other blessed objects
298 298
299Other blessed objects are serialised via C<TO_CBOR> or C<FREEZE>. See 299Other blessed objects are serialised via C<TO_CBOR> or C<FREEZE>. See
300"OBJECT SERIALISATION", below, for details. 300L<OBJECT SERIALISATION>, below, for details.
301 301
302=item simple scalars 302=item simple scalars
303 303
304TODO 304TODO
305Simple Perl scalars (any scalar that is not a reference) are the most 305Simple Perl scalars (any scalar that is not a reference) are the most

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines