Skip to content

Conversation

@IT-VBFK
Copy link

@IT-VBFK IT-VBFK commented Sep 22, 2021

No description provided.

openTRANS/Xml.cs Outdated
serializer.Serialize(writer, order, xmlns);
return writer.ToString();
}
XmlSerializer serializer = new XmlSerializer(typeof(o));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typeof(o) is wrong here..

Use typeof(T)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh… I see… fixed

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants