Click or drag to resize

ResponseMessageSerializer Class

Inheritance Hierarchy

Namespace:  SoftGear.Strix.Client.Core.Serialization
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
public abstract class ResponseMessageSerializer : BaseObjectSerializer

The ResponseMessageSerializer type exposes the following members.

Constructors
  NameDescription
Public methodResponseMessageSerializer
Initializes a new instance of the ResponseMessageSerializer class
Top
Properties
  NameDescription
Public propertySerializationManager
Top
Methods
  NameDescription
Public methodCountProperties (Overrides BaseObjectSerializer.CountProperties(Type, Object).)
Public methodDeserializeObject (Overrides BaseObjectSerializer.DeserializeObject(IDecoder, Type, Object).)
Public methodSerialize (Overrides BaseObjectSerializer.Serialize(IEncoder, Type, Object).)
Top
See Also