Share via


DefaultJsonWriterFactory Class

Definition

Important

This API is not CLS-compliant.

Default JSON writer factory

[System.CLSCompliant(false)]
public sealed class DefaultJsonWriterFactory : Microsoft.OData.Json.IJsonWriterFactory, Microsoft.OData.Json.IJsonWriterFactoryAsync
[<System.CLSCompliant(false)>]
type DefaultJsonWriterFactory = class
    interface IJsonWriterFactory
    interface IJsonWriterFactoryAsync
Public NotInheritable Class DefaultJsonWriterFactory
Implements IJsonWriterFactory, IJsonWriterFactoryAsync
Inheritance
DefaultJsonWriterFactory
Attributes
Implements

Constructors

DefaultJsonWriterFactory()

Initializes a new instance of the DefaultJsonWriterFactory.

DefaultJsonWriterFactory(ODataStringEscapeOption)

Initializes a new instance of the DefaultJsonWriterFactory.

Methods

CreateAsynchronousJsonWriter(TextWriter, Boolean)

Creates a new JSON writer of IJsonWriter with support for writing asynchronously.

CreateJsonWriter(TextWriter, Boolean)

Creates a new JSON writer of IJsonWriter.

Applies to