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.86 by root, Wed Aug 3 12:28:32 2022 UTC vs.
Revision 1.87 by root, Mon Dec 19 20:31:33 2022 UTC

635create such objects. 635create such objects.
636 636
637=item Types::Serialiser::true, Types::Serialiser::false, Types::Serialiser::error 637=item Types::Serialiser::true, Types::Serialiser::false, Types::Serialiser::error
638 638
639These special values become CBOR true, CBOR false and CBOR undefined 639These special values become CBOR true, CBOR false and CBOR undefined
640values, respectively. You can also use C<\1>, C<\0> and C<\undef> directly 640values, respectively.
641if you want.
642 641
643=item other blessed objects 642=item other blessed objects
644 643
645Other blessed objects are serialised via C<TO_CBOR> or C<FREEZE>. See 644Other blessed objects are serialised via C<TO_CBOR> or C<FREEZE>. See
646L<TAG HANDLING AND EXTENSIONS> for specific classes handled by this 645L<TAG HANDLING AND EXTENSIONS> for specific classes handled by this

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines