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>
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
- 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
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET