AttributeValueDataPacketConverterWriteJson Method
Writes the JSON representation of the object.
Namespace: Scopos.BabelFish.Converters.NewtonsoftAssembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
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.