Share via


RecoveryPlanProviderSpecificDetailsConverter Class

Definition

Custom Convertor for deserializing RecoveryPlanProviderSpecificDetails(RecoveryPlan) object

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProviderSpecificDetails))]
public class RecoveryPlanProviderSpecificDetailsConverter : Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.JsonCreationConverter<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProviderSpecificDetails>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProviderSpecificDetails))>]
type RecoveryPlanProviderSpecificDetailsConverter = class
    inherit JsonCreationConverter<RecoveryPlanProviderSpecificDetails>
Public Class RecoveryPlanProviderSpecificDetailsConverter
Inherits JsonCreationConverter(Of RecoveryPlanProviderSpecificDetails)
Inheritance
Newtonsoft.Json.JsonConverter
RecoveryPlanProviderSpecificDetailsConverter
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

RecoveryPlanProviderSpecificDetailsConverter()

Properties

CanWrite

Gets a value indicating whether this Newtonsoft.Json.JsonConverter can write JSON

Methods

CanConvert(Type)

Determines whether this instance can convert the specified object type.

(Inherited from JsonCreationConverter<T>)
Create(Type, JObject)

Creates RecoveryPlanProviderSpecific details.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Reads the JSON representation of the object.

(Inherited from JsonCreationConverter<T>)
WriteJson(JsonWriter, Object, JsonSerializer)

Writes the JSON representation of the object.

Applies to