GroupMeEmojiMapConverter ReadJson Method CkSoftware GroupMe SDK - Documentation
Reads the JSON representation of the object.

Namespace: CkSoftware.GroupMe.Sdk.Core.Serialization
Assembly: CkSoftware.GroupMe.Sdk.Core (in CkSoftware.GroupMe.Sdk.Core.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public override Object ReadJson(
	JsonReader reader,
	Type objectType,
	Object existingValue,
	JsonSerializer serializer
)

Parameters

reader
Type: JsonReader
The JsonReader to read from.
objectType
Type: System Type
Type of the object.
existingValue
Type: System Object
The existing value of object being read.
serializer
Type: JsonSerializer
The calling serializer.

Return Value

Type: Object
The object value.
See Also