←Select platform

PolicySerializationMode Property

Summary

Determines the type of serialization to use when the policy is saved into the cache.

Syntax

C#
VB
Java
C++
public abstract CacheSerializationMode PolicySerializationMode { get; set; } 
Public MustOverride Property PolicySerializationMode() As CacheSerializationMode 
public:  
   virtual property CacheSerializationMode^ PolicySerializationMode 
   { 
      CacheSerializationMode^ get() abstract; 
      void set(CacheSerializationMode^ value) abstract; 
   } 
public abstract CacheSerializationMode getPolicySerializationMode() 
public abstract void setPolicySerializationMode(CacheSerializationMode value) 

Property Value

The type of serialization to use when the policy 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly