MessageHandler MH Sign Up

IDeserializeMessages Deserialize Method

D

Definition

Package: MessageHandler.Runtime.AtomicProcessing.Pipeline.Serialization
Assembly: MessageHandler.Runtime.AtomicProcessing.Pipeline.Serialization
Namespace: MessageHandler.Runtime.AtomicProcessing
Class: IDeserializeMessages

Overloads

Method Description
Deserialize(string, Type) Deserialize a message to a given type.
Deserialize(ReadOnlyMemory, Type) Deserialize a message to a given type.

Deserialize(string, Type)

Deserialize a message to a given type.

Parameters

message: System.String
The serialized message.
type: System.Type
The type to deserialize to.

Returns

System.Object

Deserialize(ReadOnlyMemory, Type)

Deserialize a message to a given type.

Parameters

body: System.ReadOnlyMemory
The serialized message.
messageType: System.Type
The type to deserialize to.

Returns

System.Object

Sign up to our newsletter to get notified about new content and releases

You can unsubscribe at any time by clicking the link in the footer of your emails. I use Mailchimp as my marketing platform. By clicking subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp's privacy practices here.