Click or drag to resize

ReplicaCreateNotificationSerializerT Class

Inheritance Hierarchy
SystemObject
  BaseObjectSerializer
    SoftGear.Strix.Client.Core.SerializationNotificationMessageSerializer
      SoftGear.Strix.Client.Replica.SerializationReplicaCreateNotificationSerializerT

Namespace:  SoftGear.Strix.Client.Replica.Serialization
Assembly:  strix-client-csharp-replica (in strix-client-csharp-replica.dll) Version: 2.3.0
Syntax
C#
public class ReplicaCreateNotificationSerializer<T> : NotificationMessageSerializer
where T : new(), Replica

Type Parameters

T

The ReplicaCreateNotificationSerializerT type exposes the following members.

Constructors
  NameDescription
Public methodReplicaCreateNotificationSerializerT
Initializes a new instance of the ReplicaCreateNotificationSerializerT class
Top
Methods
See Also