Complex Converter<T>.Write Json Method
Serializes an object to JSON.
Definition
Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.3
C#
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.3
public void WriteJson(
JsonWriter writer,
Object value,
JsonSerializer serializer
)
Parameters
- writer JsonWriter
- The writer the serialized JSON is written to.
- value Object
- The value to serialize.
- serializer JsonSerializer
- The JSON serializer to use for the serialization.