[]
        
(Showing Draft Content)

C1.DataCollection.Serialization.NotifyCollectionChangedEventArgsJsonConverter.Write

Write Method

Write(Utf8JsonWriter, NotifyCollectionChangedEventArgs, JsonSerializerOptions)

Declaration
public override void Write(Utf8JsonWriter writer, NotifyCollectionChangedEventArgs value, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonWriter writer
NotifyCollectionChangedEventArgs value
JsonSerializerOptions options
Overrides