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