User Agent Parser
SerializeToFile Method



KellermanSoftware.UserAgentParser Namespace > ResourceLogic Class : SerializeToFile Method
My object.
The file path.
Serializes to file.
Syntax
'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)
public void SerializeToFile( 
   Resource myObject,
   string filePath
)
public:
void SerializeToFile( 
   Resource^ myObject,
   String^ filePath
) 

Parameters

myObject
My object.
filePath
The file path.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ResourceLogic Class
ResourceLogic Members