[Bps-public-commit] r14638 - in Data-Plist: .
alexmv at bestpractical.com
alexmv at bestpractical.com
Wed Jul 30 12:01:49 EDT 2008
Author: alexmv
Date: Wed Jul 30 12:01:42 2008
New Revision: 14638
Modified:
Data-Plist/ (props changed)
Data-Plist/lib/Data/Plist.pm
Log:
r34958 at kohr-ah: chmrr | 2008-07-30 12:01:36 -0400
* Add keyed archives verbiage
Modified: Data-Plist/lib/Data/Plist.pm
==============================================================================
--- Data-Plist/lib/Data/Plist.pm (original)
+++ Data-Plist/lib/Data/Plist.pm Wed Jul 30 12:01:42 2008
@@ -37,6 +37,13 @@
=head1 KEYED ARCHIVES
+Apple uses binary property lists as a serialization format from
+Objective C, in a format C<NSKeyedArchiver>. L<Data::Plist> has the
+capability to recognize property lists which were generated using
+C<NSKeyedArchiver>, and to construct perl objects based on the
+information in the property list. Objects thus created are blessed
+under the C<Foundation> namespace. Thus, the root ancestor of all
+Objective C objects thus imported is L<Foundation::NSObject>.
=cut
More information about the Bps-public-commit
mailing list