Share via


IJsonSerialization Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.JsonSerializationTypeConverter))]
public interface IJsonSerialization : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ISerialization
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.JsonSerializationTypeConverter))>]
type IJsonSerialization = interface
    interface IJsonSerializable
    interface ISerialization
Public Interface IJsonSerialization
Implements ISerialization
Derived
Attributes
Implements

Properties

Encoding

Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.

Format

This property only applies to JSON serialization of outputs only. It is not applicable to inputs. This property specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects. Default value is 'lineSeparated' if left null.

Type

Indicates the type of serialization that the input or output uses. Required on PUT (CreateOrReplace) requests.

(Inherited from ISerialization)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to