Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ReadDeserialize ( ) : object | ||
WriteSerialize ( object data ) : void |
Serializes the data and writes it to the file.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
MemoryMappedFileView ( |
||
ReadBytes ( byte data ) : void | ||
ReadDeserialize ( int length ) : object | ||
WriteBytes ( byte data, int offset ) : void | ||
WriteSerialize ( object data, int offset, int length ) : void |
Serializes the data and writes it to the file.
|
public WriteSerialize ( object data ) : void | ||
data | object | The data to serialize. |
return | void |