Constructors
-
Custom
Creation protectedConverter`1()
Methods
-
Can
Convert(Type) virtual Determines whether this instance can convert the specified object type. - Create(Type) abstract Creates an object which will then be populated by the serializer.
-
Read
Json(Json virtual Reads the JSON representation of the object.Reader, Type, Object, Json Serializer) -
Write
Json(Json virtual Writes the JSON representation of the object.Writer, Object, Json Serializer)
Properties
-
Can
Write virtual Gets a value indicating whether this JsonConverter can write JSON.