Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void SerializeToFile<T>(T, string, ClassifyOptions)

Declaration

public static void SerializeToFile<T>(
    T saveObject,
    string filename,
    ClassifyOptions options = null
)

Summary

Stores the specified object in a file with the given path and filename.

Generic type parameters

T Type of the object to store.

Parameters

TsaveObject Object to store in a file.
stringfilename Path and filename of the file to be created. If the file already exists, it is overwritten.
ClassifyOptionsoptions Options.