JsonLookupItemAdaptorJsonConverterWriteJson Method

Serialize MFIdentifier as JSON.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public override void WriteJson(
	JsonWriter writer,
	Object value,
	JsonSerializer serializer
)

Parameters

writer  JsonWriter
The JSON writer.
value  Object
The value. to write.
serializer  JsonSerializer
The JSON serializer.

See Also