private sealed class CustomBooleanJsonConverter : JsonConverter<bool>| AccessCustomBooleanJsonConverter | Initializes a new instance of the AccessCustomBooleanJsonConverter class |
| CanRead | (Inherited from JsonConverter) |
| CanWrite | (Inherited from JsonConverter) |
| CanConvert | (Inherited from JsonConverterBoolean) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ReadJson(JsonReader, Type, Object, JsonSerializer) | (Inherited from JsonConverterBoolean) |
| ReadJson(JsonReader, Type, Boolean, Boolean, JsonSerializer) | (Overrides JsonConverter.ReadJson(JsonReader, Type, UTP, Boolean, JsonSerializer)) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| WriteJson(JsonWriter, Boolean, JsonSerializer) | (Overrides JsonConverter.WriteJson(JsonWriter, UTP, JsonSerializer)) |
| WriteJson(JsonWriter, Object, JsonSerializer) | (Inherited from JsonConverterBoolean) |