Method ReadGuid
ReadGuid()
Reads an object of type System.Guid from the current stream and advances the stream position. This method reads directly from the underlying stream.
Declaration
public abstract Guid ReadGuid()
Returns
| Type | Description |
|---|---|
| System.Guid | object read from the stream |
ReadGuid(Guid)
Reads an object of type System.Guid from the current stream and advances the stream position. This method reads directly from the underlying stream.
Declaration
public abstract Guid ReadGuid(Guid defaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | defaultValue | Default value to be used for deserializing old version of the object |
Returns
| Type | Description |
|---|---|
| System.Guid | object read from the stream |