Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
DeserializeFrom ( |
Utility method for deserializing a component.
|
|
DeserializeFrom ( |
Utility method for deserializing a component.
|
|
DeserializeFrom ( XmlReader reader ) : |
Utility method for deserializing a component.
|
|
SerializeTo ( |
Utility method for serializing the component.
|
|
SerializeTo ( |
Utility method for serializing the component.
|
|
SerializeTo ( |
Utility method for serializing the component.
|
public static DeserializeFrom ( |
||
stream | The stream to read from. | |
Результат |
public static DeserializeFrom ( |
||
reader | The text reader to read from. | |
Результат |
public static DeserializeFrom ( XmlReader reader ) : |
||
reader | XmlReader | The xml reader to read from. |
Результат |
public SerializeTo ( |
||
stream | The stream to write the component to. | |
Результат | void |
public SerializeTo ( |
||
writer | The text writer to write the component to. | |
Результат | void |
public SerializeTo ( |
||
writer | The xml writer to write the component to. | |
Результат | void |