DefaultJsonWriterFactory 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.
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. |