Functions for serializing values. More...
Public Member Functions | |
| void | WriteToStream (stream stream, value value) |
| Serializes a value into a stream. | |
| value | ReadFromStream (stream stream) |
| Deserializes a value from a stream. | |
Functions for serializing values.
Supported types:
| value Serializer.ReadFromStream | ( | stream | stream | ) |
Deserializes a value from a stream.
| stream | The stream. |
| void Serializer.WriteToStream | ( | stream | stream, |
| value | value ) |
Serializes a value into a stream.
| stream | The stream. |
| value | The value to serialize. |