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 > ObjectCache Class : DataSerializationMode Property |
public abstract CacheSerializationMode DataSerializationMode {get; set;}
'Declaration
Public MustOverride Property DataSerializationMode As CacheSerializationMode
'Usage
Dim instance As ObjectCache Dim value As CacheSerializationMode instance.DataSerializationMode = value value = instance.DataSerializationMode
public abstract CacheSerializationMode getDataSerializationMode() public abstract void setDataSerializationMode(CacheSerializationMode value)
public: abstract property CacheSerializationMode DataSerializationMode { CacheSerializationMode get(); void set ( CacheSerializationMode value); }
The LEADTOOLS Document Viewer and Converter framework uses the recommended CacheSerializationMode.Json mode that offers backward compatibility as well as sharing a cache between the .NET and Java version of the framework.