[]
        
(Showing Draft Content)

C1.DataCollection.Serialization.NotifyCollectionChangedEventArgsJsonConverter

NotifyCollectionChangedEventArgsJsonConverter Class

Json converter for the type NotifyCollectionChangedEventArgs.

Inheritance
NotifyCollectionChangedEventArgsJsonConverter
Namespace: C1.DataCollection.Serialization
Assembly: C1.DataCollection.Serialization.dll
Syntax
public class NotifyCollectionChangedEventArgsJsonConverter : JsonConverter<NotifyCollectionChangedEventArgs>

Constructors

Name Description
NotifyCollectionChangedEventArgsJsonConverter()

Methods

Name Description
CanConvert(Type)
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Write(Utf8JsonWriter, NotifyCollectionChangedEventArgs, JsonSerializerOptions)