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