Click or drag to resize

ApprovedConvert Class

[Missing <summary> documentation for "T:CSharpOsu.Util.Converters.ApprovedConvert"]

Inheritance Hierarchy
SystemObject
  JsonConverter
    CSharpOsu.Util.ConvertersApprovedConvert

Namespace:  CSharpOsu.Util.Converters
Assembly:  CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntax
public class ApprovedConvert : JsonConverter

The ApprovedConvert type exposes the following members.

Constructors
  NameDescription
Public methodApprovedConvert
Initializes a new instance of the ApprovedConvert class
Top
Properties
  NameDescription
Public propertyCanRead
Gets a value indicating whether this JsonConverter can read JSON.
(Inherited from JsonConverter.)
Public propertyCanWrite
Gets a value indicating whether this JsonConverter can write JSON.
(Inherited from JsonConverter.)
Top
Methods
  NameDescription
Public methodCanConvert (Overrides JsonConverter.CanConvert(Type).)
Public methodReadJson (Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer).)
Public methodWriteJson (Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer).)
Top
See Also