DataCacheObjectSerializerType Enumeration

 

An enumeration of the serialization types.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public enum DataCacheObjectSerializerType
public enum class DataCacheObjectSerializerType
type DataCacheObjectSerializerType
Public Enumeration DataCacheObjectSerializerType

Members

Member name Description
BinaryFormatter

Items are serialized with a binary formatter.

CustomSerializer

Items are serialized with a custom formatter.

NetDataContractSerializer

Items are serialized with a NetDataContractSerializer formatter. This is the default.

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top