Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > FileCache Class : Binder Property |
public SerializationBinder Binder {get; set;}
'Declaration
Public Property Binder As SerializationBinder
'Usage
Dim instance As FileCache Dim value As SerializationBinder instance.Binder = value value = instance.Binder
public: property SerializationBinder^ Binder { SerializationBinder^ get(); void set ( SerializationBinder^ value); }
Set this value to a custom System.Runtime.Serialization.SerializationBinder to allow serialization of complex user-data types.