CsdlJsonWriterSettings Class
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 options/setting for CSDL writer
public class CsdlJsonWriterSettings
type CsdlJsonWriterSettings = class
Public Class CsdlJsonWriterSettings
- Inheritance
-
CsdlJsonWriterSettings
Constructors
CsdlJsonWriterSettings() |
Properties
IsIeee754Compatible |
Gets/sets a value indicating whether the writer write large integers as strings. The IEEE754Compatible=true parameter indicates that the service MUST serialize Edm.Int64 and Edm.Decimal numbers as strings. This is in conformance with [RFC7493]. If not specified, or specified as IEEE754Compatible=false, all numbers MUST be serialized as JSON numbers. |