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