Pavalisoft.Caching  1.2.1
A single unified Caching Api for both MemoryCache and DistributedCache implementations including CacheManager
Pavalisoft.Caching.Serializers.DefaultSerializer Class Reference

Represents the Object to byte array serialiser used while storing cache object in Distributed Cache. More...

Inheritance diagram for Pavalisoft.Caching.Serializers.DefaultSerializer:
Pavalisoft.Caching.Serializers.JsonSerializer Pavalisoft.Caching.Interfaces.ISerializer

Additional Inherited Members

- Public Member Functions inherited from Pavalisoft.Caching.Serializers.JsonSerializer
 JsonSerializer (JsonSerializerSettings settings=default)
 Creates an instance of JsonSerializer class with json serialization settings More...
 
byte [] Serialize< T > (T item)
 Serializes the specified Cached Object.
 
Task< byte[]> SerializeAsync< T > (T item)
 Serializes the specified Cached Object asynchronous.
 
Deserialize< T > (byte[] bytes)
 Deserializes the specified bytes to T .
 
Task< T > DeserializeAsync< T > (byte[] bytes)
 Deserializes the specified bytes to T asynchronously.
 

Detailed Description

Represents the Object to byte array serialiser used while storing cache object in Distributed Cache.


The documentation for this class was generated from the following file: