Determines the type of serialization to use when the data is saved into the cache.
public override CacheSerializationMode DataSerializationMode { get; set; } Public Overrides Property DataSerializationMode() As CacheSerializationModeGetSet
public:virtual property CacheSerializationMode^ DataSerializationMode{CacheSerializationMode^ get() overridevoid set(CacheSerializationMode^ value) override}
@Overridepublic CacheSerializationMode getDataSerializationMode()@Overridepublic void setDataSerializationMode(CacheSerializationMode value)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
