Click or drag to resize

FailureMessageSerializer 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 FailureMessageSerializer : BaseObjectSerializer

The FailureMessageSerializer type exposes the following members.

Constructors
  NameDescription
Public methodFailureMessageSerializer
Initializes a new instance of the FailureMessageSerializer 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