'Declaration
Public Sub SerializeToFile( _ ByVal myObject As Resource, _ ByVal filePath As String _ )
'Usage
Dim instance As ResourceLogic Dim myObject As Resource Dim filePath As String instance.SerializeToFile(myObject, filePath)
Parameters
- myObject
- My object.
- filePath
- The file path.