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