Delen via


CustomClrFormatSerialization Class

Definition

Describes how data from an input is serialized or how data is serialized when written to an output in custom format.

public class CustomClrFormatSerialization : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsDataSerialization, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.CustomClrFormatSerialization>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.CustomClrFormatSerialization>
public class CustomClrFormatSerialization : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsDataSerialization
type CustomClrFormatSerialization = class
    inherit StreamAnalyticsDataSerialization
    interface IJsonModel<CustomClrFormatSerialization>
    interface IPersistableModel<CustomClrFormatSerialization>
type CustomClrFormatSerialization = class
    inherit StreamAnalyticsDataSerialization
Public Class CustomClrFormatSerialization
Inherits StreamAnalyticsDataSerialization
Implements IJsonModel(Of CustomClrFormatSerialization), IPersistableModel(Of CustomClrFormatSerialization)
Public Class CustomClrFormatSerialization
Inherits StreamAnalyticsDataSerialization
Inheritance
CustomClrFormatSerialization
Implements

Constructors

CustomClrFormatSerialization()

Initializes a new instance of CustomClrFormatSerialization.

Properties

SerializationClassName

The serialization class name.

SerializationDllPath

The serialization library path.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CustomClrFormatSerialization>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CustomClrFormatSerialization>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<StreamAnalyticsDataSerialization>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from StreamAnalyticsDataSerialization)
IJsonModel<StreamAnalyticsDataSerialization>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from StreamAnalyticsDataSerialization)
IPersistableModel<CustomClrFormatSerialization>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomClrFormatSerialization>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CustomClrFormatSerialization>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<StreamAnalyticsDataSerialization>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from StreamAnalyticsDataSerialization)
IPersistableModel<StreamAnalyticsDataSerialization>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from StreamAnalyticsDataSerialization)
IPersistableModel<StreamAnalyticsDataSerialization>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from StreamAnalyticsDataSerialization)

Applies to