AzureCoreExtensions Class

Definition

Extensions that can be used for serialization.

public static class AzureCoreExtensions
type AzureCoreExtensions = class
Public Module AzureCoreExtensions
Inheritance
AzureCoreExtensions

Methods

ToDynamicFromJson(BinaryData)

Return the content of the BinaryData as a dynamic type. Please see https://aka.ms/azsdk/net/dynamiccontent for details.

ToDynamicFromJson(BinaryData, JsonPropertyNames, String)

Return the content of the BinaryData as a dynamic type. Please see https://aka.ms/azsdk/net/dynamiccontent for details. propertyNameFormatdateTimeFormat

ToObject<T>(BinaryData, ObjectSerializer, CancellationToken)

Converts the BinaryData to the specified type using the provided ObjectSerializer.

ToObjectAsync<T>(BinaryData, ObjectSerializer, CancellationToken)

Converts the BinaryData to the specified type using the provided ObjectSerializer.

ToObjectFromJson(BinaryData)

Converts the json value represented by BinaryData to an object of a specific type.

Applies to