Click or drag to resize

CreateResponseSerializerT Class

Inheritance Hierarchy
SystemObject
  BaseObjectSerializer
    SoftGear.Strix.Client.Core.SerializationResponseMessageSerializer
      SoftGear.Strix.Client.Core.SerializationCreateResponseSerializerT
        SoftGear.Strix.Client.Replica.SerializationReplicaCreateResponseSerializerT

Namespace:  SoftGear.Strix.Client.Core.Serialization
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
public class CreateResponseSerializer<T> : ResponseMessageSerializer
where T : new()

Type Parameters

T

The CreateResponseSerializerT type exposes the following members.

Constructors
  NameDescription
Public methodCreateResponseSerializerT
Initializes a new instance of the CreateResponseSerializerT class
Top
Methods
See Also