Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Serialize Files

Namespace:  SharedCache.WinServiceCommon.Formatters
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static void FileSerialize(
	Object obj,
	string filePath
)
Visual Basic (Declaration)
Public Shared Sub FileSerialize ( _
	obj As Object, _
	filePath As String _
)
Visual C++
public:
static void FileSerialize(
	Object^ obj, 
	String^ filePath
)

Parameters

obj
Type: System..::.Object
The obj. A Object Object.
filePath
Type: System..::.String
The file path. A String Object.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Formatters.Serialization.FileSerialize(System.Object,System.String)"]

See Also