C# 클래스 KNFoundation.KNPropertyListSerialization

파일 보기 프로젝트 열기: iKenndac/KNFoundation

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

DataWithPropertyList() 공개 정적인 메소드

public static DataWithPropertyList ( object>.Dictionary plist ) : byte[]
plist object>.Dictionary
리턴 byte[]

PropertyListWithData() 공개 정적인 메소드

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.
리턴 object>.Dictionary