Method | Description | |
---|---|---|
Deserialize ( TextReader tr ) : object | ||
PropertySerializer ( ) : System | ||
PropertySerializer ( ISerializationContext ctx ) : System | ||
SerializeToString ( object obj ) : string |
Method | Description | |
---|---|---|
SerializeValue ( ISerializerFactory sf, ICalendarProperty prop, |
public Deserialize ( TextReader tr ) : object | ||
tr | TextReader | |
return | object |
public PropertySerializer ( ISerializationContext ctx ) : System | ||
ctx | ISerializationContext | |
return | System |
public SerializeToString ( object obj ) : string | ||
obj | object | |
return | string |
protected SerializeValue ( ISerializerFactory sf, ICalendarProperty prop, |
||
sf | ISerializerFactory | |
prop | ICalendarProperty | |
valueType | ||
v | object | |
result | StringBuilder | |
return | void |