Classes
BinaryCachingSerializer
An implementation of BinaryFormatter that uses BinaryFormatter (for classes annotated with SerializableAttribute).
CacheItemSerializer
JsonCachingSerializer
A serialized based on System.Text.Json
.
Interfaces
ICachingSerializer
Serializes an object into a byte array and deserializes the byte array back.