Deep.Net


Pickle

Namespace: Models

Binary serialization.

Functions and values

Function or valueDescription
load path
Signature: path:string -> '?176196
Type parameters: '?176196

Loads binary data from the specified file.

save path value
Signature: path:string -> value:'?176198 -> unit
Type parameters: '?176198

Saves an object to the specified file.

Fork me on GitHub