WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

BigIntegerJsonConverter..::..WriteJson Method

Writes the JSON representation of the object.

Namespace:  Newtonsoft.Json
Assembly:  Walter (in Walter.dll)

Syntax


public void WriteJson(
	JsonWriter writer,
	Nullable<Object> value,
	JsonSerializer serializer
)

Parameters

writer
Type: JsonWriter
The JsonWriter to write to.
value
Type: Nullable<(Of <(<'Object>)>)>
The value.
serializer
Type: JsonSerializer
The calling serializer.