Enum SerializationFormat
- Namespace
- Xping.Sdk.Core.Session.Serialization
- Assembly
- Xping.Sdk.Core.dll
Specifies the format of the serialization for the property bag values.
public enum SerializationFormat
Fields
Binary = 0
Indicates that the property bag values are serialized using binary encoding.
XML = 1
Indicates that the property bag values are serialized using XML encoding.