CustomClrFormatSerialization 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.
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>
type CustomClrFormatSerialization = class
inherit StreamAnalyticsDataSerialization
interface IJsonModel<CustomClrFormatSerialization>
interface IPersistableModel<CustomClrFormatSerialization>
Public Class CustomClrFormatSerialization
Inherits StreamAnalyticsDataSerialization
Implements IJsonModel(Of CustomClrFormatSerialization), IPersistableModel(Of CustomClrFormatSerialization)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CustomClrFormatSerialization() |
Initializes a new instance of CustomClrFormatSerialization. |
Properties
| Name | Description |
|---|---|
| SerializationClassName |
The serialization class name. |
| SerializationDllPath |
The serialization library path. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |