GroupMeEmojiMapConverter WriteJson Method CkSoftware GroupMe SDK - Documentation
Writes 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 void WriteJson(
	JsonWriter writer,
	Object value,
	JsonSerializer serializer
)

Parameters

writer
Type: JsonWriter
The JsonWriter to write to.
value
Type: System Object
The value.
serializer
Type: JsonSerializer
The calling serializer.
See Also