Overload List
| Name | Description | |
|---|---|---|
| LoadObjectFromFile(String) | Loads an object from the given file. The format of the file will be determined automatically for convenience. | |
| LoadObjectFromFile(String, Type) | Loads an object from a file in the specified format. | |
| LoadObjectFromFile(String, Type, CogSerializationOptionsConstants) | Loads an object from a file in a specified format, with option bits that cause fields to be selectively persisted. |
See Also