Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borismod/f65d9079efacbf8c12babb7c8bc9b2a5 to your computer and use it in GitHub Desktop.
Save borismod/f65d9079efacbf8c12babb7c8bc9b2a5 to your computer and use it in GitHub Desktop.
[Test]
public void Serial_DataContractSerializable()
{
var serial = new Serial();
serial.Should().BeDataContractSerializable();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment