Profile
Achievement
chavcho's Recent SnippetsTagged object
- All /
« Prev 1 Next »
Serializes any <serializable/> object and writes it to the specified location on the disk.
Example:
Dim obj As DataTable
'save obj to disk
SerializeToFile(filepath, obj)
'to read it back, use DirectCast
Dim obj2 As DataTable = DirectCast(...
0
999
posted 15 years ago by chavcho