Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

DataSerializationMode Property (ObjectCache)






Determines the type of serialization to use when the data is saved into the cache.
Syntax
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);
}

Property Value

The type of serialization to use when the data is saved into the cache.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

ObjectCache Class
ObjectCache Members

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features