Overload List
| Name | Description | |
|---|---|---|
| SaveObjectToFile(Object, String) | Saves an object to a file in a binary format. | |
| SaveObjectToFile(Object, String, Type) | Saves an object to a file in a specified format. | |
| SaveObjectToFile(Object, String, Type, CogSerializationOptionsConstants) | Saves an object to a file in a specified format, with option bits that cause fields to be selectively persisted. |
See Also