clr object binary serialization helper
ObjectOutputStream
01 Syntax
Microsoft.VisualBasic.Serialization.BinaryDumping.ObjectOutputStream
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| WriteObject | 1 | safe any kind of clr object to binary file |
| Flush | 1 | |
| Close | 1 | |
| Dispose | 1 |
03 Members
WriteObject(
Object)safe any kind of clr object to binary file
Parameters
| Name | Type | Description |
|---|---|---|
obj | Object | - |
Flush()
Close()
Dispose()