Skip to content

Inefficient serialization of message body for transport operations stored in OutboxRecord.TransportOperations serialized by DataContractJsonSerializer  #647

Open
@ramonsmits

Description

Inefficient serialization of message body for transport operations stored in OutboxRecord.TransportOperations serialized by DataContractJsonSerializer.

The DataContractJsonSerializer serialized each byte as a text int value part of a json array:

"<Message>k__BackingField": [
    60,
    63,
    120,
    109
    //..
],

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions