Click or drag to resize
CacheItemSerializationBinder Class
The serialization binder used when resolving and loading CacheItemContainer objects.
Inheritance Hierarchy
SystemObject
  System.Runtime.SerializationSerializationBinder
    DefaultSerializationBinder
      CMS.Helpers.InternalCacheItemSerializationBinder

Namespace: CMS.Helpers.Internal
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public class CacheItemSerializationBinder : DefaultSerializationBinder

The CacheItemSerializationBinder type exposes the following members.

Constructors
  NameDescription
Public methodCacheItemSerializationBinder
Top
Methods
  NameDescription
Public methodBindToName (Inherited from DefaultSerializationBinder.)
Public methodBindToType
When implemented, controls the binding of a serialized object to a type.
(Overrides DefaultSerializationBinder.BindToType(String, String).)
Top
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
See Also