Table of Contents

Class JsonMessageSerializer

Namespace
Ratatoskr.Serializers.Json
Assembly
Ratatoskr.dll
public class JsonMessageSerializer : IMessageSerializer
Inheritance
JsonMessageSerializer
Implements
Inherited Members

Constructors

JsonMessageSerializer()
JsonMessageSerializer(JsonSerializerOptions?)

Properties

ContentType

Gets the content type produced by this serializer.

Methods

Deserialize(byte[], Type)

Deserializes a message body to the specified type.

Deserialize<TMessage>(byte[])

Deserializes a message body to the specified type.

Serialize(object)

Serializes a message.