메소드 | 설명 | |
---|---|---|
DataStoreInMemoryBinaryWriter ( Stream stream ) : System |
Constructor
|
|
Write ( DataStoreInMemory dataStore ) : void |
Writes the given data store to the stream
|
|
Write ( IBusinessObject>.IDictionary |
Writes the dictionary of objects to the stream
|
public DataStoreInMemoryBinaryWriter ( Stream stream ) : System | ||
stream | Stream | The stream to write to |
리턴 | System |
public Write ( DataStoreInMemory dataStore ) : void | ||
dataStore | DataStoreInMemory | |
리턴 | void |
public Write ( IBusinessObject>.IDictionary |
||
businessObjects | IBusinessObject>.IDictionary | |
리턴 | void |