DataCacheObjectSerializerType Enumeration
Updated: June 12, 2012
An enumeration of the serialization types.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
| 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. |
Show: