Click or drag to resize
DbContextSerializerWriteJson Method
Writer DBContext as JSON.

Namespace: ErrorUnit.JsonSerializer
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public override void WriteJson(
	JsonWriter writer,
	Object value,
	JsonSerializer serializer
)

Parameters

writer
Type: JsonWriter
JsonWriter
value
Type: SystemObject
DbContext to serialize
serializer
Type: JsonSerializer
JsonSerializer
See Also