mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14:26 +00:00
Fixed little typo
Serialie -> Serialize
This commit is contained in:
@@ -14,7 +14,7 @@ They originate from the NeXTSTEP programming environment and are now a basic par
|
||||
* Read / write property lists from / to files, streams or byte arrays
|
||||
* Convert between property lists formats
|
||||
* Property list contents are provided as objects from the NeXTSTEP environment (NSDictionary, NSArray, NSString, etc.)
|
||||
* Serialie native .NET data structures to property list objects
|
||||
* Serialize native .NET data structures to property list objects
|
||||
* Deserialize from property list objects to native .NET data structures
|
||||
|
||||
## Supported formats
|
||||
@@ -145,4 +145,4 @@ For converting a file into another format there exist convenience methods in the
|
||||
root.Add("People", people);
|
||||
|
||||
// Save the property list
|
||||
PropertyListParser.SaveAsXml(root, new FileInfo("people.plist"));
|
||||
PropertyListParser.SaveAsXml(root, new FileInfo("people.plist"));
|
||||
|
||||
Reference in New Issue
Block a user