MFEnumJsonConverterWriteJson Method

Writes the JSON representation of the object.

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 JsonWriter to write to.
value  Object
The value.
serializer  JsonSerializer
The calling serializer.

See Also