AdoNetSerializationFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The format in which the data will serialized to the storage.
public enum AdoNetSerializationFormat
type AdoNetSerializationFormat =
Public Enum AdoNetSerializationFormat
- Inheritance
-
AdoNetSerializationFormat
Fields
Name | Value | Description |
---|---|---|
OrleansNativeBinary | 1 | The native Orleans binary serialization format. |
Xml | 2 | XML. |
Json | 3 | JSON. |