Determines the type of serialization to use when the data is saved into the cache.
public override CacheSerializationMode DataSerializationMode { get; set; }
public:
virtual property CacheSerializationMode^ DataSerializationMode
{
CacheSerializationMode^ get() override
void set(CacheSerializationMode^ value) override
}
@Override
public CacheSerializationMode getDataSerializationMode()
@Override
public void setDataSerializationMode(CacheSerializationMode value)
DataSerializationMode # get and set (FileCache)
The type of serialization to use when the data is saved into the cache. The default value is CacheSerializationMode.Binary.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document