←Select platform

Binder Property

Summary

Binder to use when serializing cache items.

Syntax
C#
C++/CLI
Python
public SerializationBinder Binder { get; set; } 
public:  
   property System::Runtime::Serialization::SerializationBinder^ Binder 
   { 
      System::Runtime::Serialization::SerializationBinder^ get() 
      void set(System::Runtime::Serialization::SerializationBinder^ value) 
   } 
Binder # get and set (FileCache) 

Property Value

The binder to use when serializing cache items. Default value is null.

Remarks

Set this value to a custom System.Runtime.Serialization.SerializationBinder to allow serialization of complex user-data types.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.