RecoveryPlanProviderSpecificDetailsConverter 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.
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.JsonConverterRecoveryPlanProviderSpecificDetailsConverter
- 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. |