←Select platform

Binder Property

Summary

Binder to use when serializing cache items.

Syntax
C#
VB
C++
public SerializationBinder Binder { get; set; } 
Public Property Binder() As System.Runtime.Serialization.SerializationBinder 
   Get 
   Set 
public:  
   property System::Runtime::Serialization::SerializationBinder^ Binder 
   { 
      System::Runtime::Serialization::SerializationBinder^ get() 
      void set(System::Runtime::Serialization::SerializationBinder^ value) 
   } 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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