Class LdJsonConverters.ContextConverter
  
  
  
    Inheritance
    
    
    
    LdJsonConverters.ContextConverter
   
  
  
  Assembly: LaunchDarkly.CommonSdk.dll
  Syntax
  
    public sealed class LdJsonConverters.ContextConverter : JsonConverter<Context>
   
  Constructors
  
  ContextConverter()
  
  
  Declaration
  
    public ContextConverter()
   
  Methods
  
  Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
  
  
  Declaration
  
    public override Context Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  Write(Utf8JsonWriter, Context, JsonSerializerOptions)
  
  
  Declaration
  
    public override void Write(Utf8JsonWriter writer, Context c, JsonSerializerOptions options)
   
  Parameters
  
  Overrides