C# Class KNFoundation.KNPropertyListSerialization

Afficher le fichier Open project: iKenndac/KNFoundation

Méthodes publiques

Méthode Description
DataWithPropertyList ( object>.Dictionary plist ) : byte[]
PropertyListWithData ( byte data ) : object>.Dictionary

Gets the property list from the given XML data. This implementation of KNPropertyListSerialization requires that the base property list is a Dictionary.

Private Methods

Méthode Description
ArrayFromArrayElement ( XmlNode arrayNode ) : ArrayList
DataFromDataElement ( XmlNode dataNode ) : byte[]
DateTimeFromDateElement ( XmlNode dateNode ) : System.DateTime
DictionaryFromDictElement ( XmlNode dictNode ) : object>.Dictionary
DoubleFromRealElement ( XmlNode realNode ) : double
IntegerFromIntegerElement ( XmlNode intNode ) : int
StringFromStringElement ( XmlNode stringNode ) : string

Method Details

DataWithPropertyList() public static méthode

public static DataWithPropertyList ( object>.Dictionary plist ) : byte[]
plist object>.Dictionary
Résultat byte[]

PropertyListWithData() public static méthode

Gets the property list from the given XML data. This implementation of KNPropertyListSerialization requires that the base property list is a Dictionary.
public static PropertyListWithData ( byte data ) : object>.Dictionary
data byte The plist XML data.
Résultat object>.Dictionary