Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
deserialize Files
Namespace:
SharedCache.WinServiceCommon.FormattersAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public static T FileDeSerialize<T>( string filePath ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function FileDeSerialize(Of T) ( _ filePath As String _ ) As T |
| Visual C++ |
|---|
public: generic<typename T> static T FileDeSerialize( String^ filePath ) |
Parameters
- filePath
- Type: System..::.String
The file path. A String Object.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:SharedCache.WinServiceCommon.Formatters.Serialization.FileDeSerialize``1(System.String)"]
Return Value
A T Object.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Formatters.Serialization.FileDeSerialize``1(System.String)"]