C# 클래스 DDay.iCal.Serialization.iCalendar.PropertySerializer

상속: SerializerBase
파일 보기 프로젝트 열기: nachocove/DDay-iCal-Xamarin 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( TextReader tr ) : object
PropertySerializer ( ) : System
PropertySerializer ( ISerializationContext ctx ) : System
SerializeToString ( object obj ) : string

보호된 메소드들

메소드 설명
SerializeValue ( ISerializerFactory sf, ICalendarProperty prop, Type valueType, object v, StringBuilder result ) : void

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( TextReader tr ) : object
tr TextReader
리턴 object

PropertySerializer() 공개 메소드

public PropertySerializer ( ) : System
리턴 System

PropertySerializer() 공개 메소드

public PropertySerializer ( ISerializationContext ctx ) : System
ctx ISerializationContext
리턴 System

SerializeToString() 공개 메소드

public SerializeToString ( object obj ) : string
obj object
리턴 string

SerializeValue() 보호된 메소드

protected SerializeValue ( ISerializerFactory sf, ICalendarProperty prop, Type valueType, object v, StringBuilder result ) : void
sf ISerializerFactory
prop ICalendarProperty
valueType System.Type
v object
result StringBuilder
리턴 void