AzureCoreExtensions 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.
Extensions that can be used for serialization.
public static class AzureCoreExtensions
type AzureCoreExtensions = class
Public Module AzureCoreExtensions
- Inheritance
-
AzureCoreExtensions
Methods
ToDynamicFromJson(BinaryData, JsonPropertyNames, String) |
Return the content of the BinaryData as a dynamic type. Please see https://aka.ms/azsdk/net/dynamiccontent for details.
|
ToDynamicFromJson(BinaryData) |
Return the content of the BinaryData as a dynamic type. Please see https://aka.ms/azsdk/net/dynamiccontent for details. |
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
Azure SDK for .NET