Skip to content

Commit

Permalink
Added Serialization Unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy van Duijkeren committed Dec 17, 2017
1 parent f1ed6e2 commit 6dcc51f
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 265 deletions.
1 change: 0 additions & 1 deletion src/NodaMoney/Money.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ namespace NodaMoney
/// and ensure that two different currencies cannot be added or subtracted to each other.
/// </remarks>
[StructLayout(LayoutKind.Sequential)]
[DataContract]
public partial struct Money : IEquatable<Money>
{
/// <summary>Initializes a new instance of the <see cref="Money"/> struct, based on the current culture.</summary>
Expand Down
Loading

0 comments on commit 6dcc51f

Please sign in to comment.