메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
ReadDeserialize ( ) : object | ||
WriteSerialize ( object data ) : void |
Serializes the data and writes it to the file.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |