ISimpleSerializer interface.Serialize Method
Definition
Namespace: ASNA.DataGate.Providers
Assembly: ASNA.QSys.DataGate.Client.dll
Serializes data and writes it to a stream.
void Serialize(Stream ostream)
Serializes data and writes it to a stream.
void Serialize(Stream ostream)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| Stream | ostream | The stream where the serialized data will be written. |