Search Results for

    Show / Hide Table of Contents

    XmlSerializable Constraint

    XmlSerializableConstraint tests whether an object is serializable in XML format.

    Constructor

    XmlSerializableConstraint()
    

    Syntax

    Is.XmlSerializable
    

    Examples of Use

    Assert.That(someObject, Is.XmlSerializable));
    

    See also

    • BinarySerializableConstraint
    • Edit this page
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0