Ninja Database Lite
EncodingFormat Enumeration



KellermanSoftware.NinjaDatabaseLite Namespace : EncodingFormat Enumeration
Determines how objects are serialized, default is Plain
Syntax
Public Enum EncodingFormat 
   Inherits System.Enum
Dim instance As EncodingFormat
public enum EncodingFormat : System.Enum 
public enum class EncodingFormat : public System.Enum 
Members
MemberDescription
AesEncrypted Serialized objects are encrypted before being saved
AesEncryptedAndGZipCompressed Serialized objects are encrypted and compressed before being saved
GZipCompressed Serialized objects are encrypted before being saved
Plain No Compression or Encryption Is performed
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NinjaDatabaseLite.EncodingFormat

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.NinjaDatabaseLite Namespace