Click or drag to resize
ISyslogMessageSerializer Interface
syslog message serializer.

Namespace: SyslogNet.Client.Serialization
Assembly: SyslogNet.Client.Core (in SyslogNet.Client.Core.dll) Version: 0.4.0.0
Syntax
public interface ISyslogMessageSerializer

The ISyslogMessageSerializer type exposes the following members.

Properties
  NameDescription
Public propertyEncoding
Gets the encoding.
Top
Methods
  NameDescription
Public methodSerialize
Serializes a message to a stream.
Top
Extension Methods
  NameDescription
Public Extension MethodSerialize
Serializes a message into a byte array.
(Defined by SyslogMessageSerializerExtensions.)
Top
See Also