Determines the type of serialization to use when the data is saved into the cache.
public abstract CacheSerializationMode DataSerializationMode { get; set; }
public:
virtual property CacheSerializationMode^ DataSerializationMode
{
CacheSerializationMode^ get() abstract;
void set(CacheSerializationMode^ value) abstract;
}
public abstract CacheSerializationMode getDataSerializationMode()
public abstract void setDataSerializationMode(CacheSerializationMode value)
DataSerializationMode get; set (ObjectCache)
The type of serialization to use when the data is saved into the cache.
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