C# Class Enyim.Caching.Memcached.DefaultTranscoder

Default T:Enyim.Caching.Memcached.ITranscoder implementation. Primitive types are manually serialized, the rest is serialized using T:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.
Inheritance: ITranscoder
Exibir arquivo Open project: xianrendzw/LightFramework.Net Class Usage Examples

Private Methods

Method Description
ITranscoder ( object value ) : CacheItem
ITranscoder ( CacheItem item ) : object