Constructors
-
Json
Converter() protected
Methods
-
Can
Convert(Type) abstract Determines whether this instance can convert the specified object type. -
Read
Json(Json abstract Reads the JSON representation of the object.Reader, Type, Object, Json Serializer) -
Write
Json(Json abstract Writes the JSON representation of the object.Writer, Object, Json Serializer)
Properties
-
Can
Read virtual Gets a value indicating whether this JsonConverter can read JSON. -
Can
Write virtual Gets a value indicating whether this JsonConverter can write JSON.