NET Caching Library Help
Deserialize<T> Method




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseCacheProvider Class : Deserialize<T> Method
Deserialize an object. Also decrypt and de-compress if turned on.
Syntax
'Declaration
 
Protected Function Deserialize(Of T)( _
   ByVal bytes() As System.Byte _
) As T
'Usage
 
Dim instance As BaseCacheProvider
Dim bytes() As System.Byte
Dim value As T
 
value = instance.Deserialize(Of T)(bytes)
protected T Deserialize<T>( 
   System.byte[] bytes
)
protected: T* Deserialize<T>( 
   System.byte[]* bytes
) 
protected:
T^ Deserializegeneric<typename T>
( 
   System.array<byte>^ bytes
) 

Parameters

bytes

Type Parameters

T
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

BaseCacheProvider Class
BaseCacheProvider Members