ValueOrValueSourceJsonConverterWriteJson Method
Writes the JSON representation of the object.
Namespace: MFiles.VAF.Configuration.DomainAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
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.