CustomClrSerialization 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.CustomClrSerializationTypeConverter))]
public class CustomClrSerialization : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ICustomClrSerialization, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.CustomClrSerializationTypeConverter))>]
type CustomClrSerialization = class
interface ICustomClrSerialization
interface IJsonSerializable
interface ISerialization
interface IValidates
Public Class CustomClrSerialization
Implements ICustomClrSerialization, IValidates
- Inheritance
-
CustomClrSerialization
- Attributes
- Implements
Constructors
CustomClrSerialization() |
Creates an new CustomClrSerialization instance. |
Properties
SerializationClassName |
The serialization class name. |
SerializationDllPath |
The serialization library path. |
Type |
Indicates the type of serialization that the input or output uses. Required on PUT (CreateOrReplace) requests. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomClrSerialization. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomClrSerialization. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ICustomClrSerialization. |
FromJsonString(String) |
Creates a new instance of CustomClrSerialization, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomClrSerialization into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |