Overload | Description |
---|---|
BeDataContractSerializable(ObjectAssertions,String,Object[]) | Asserts that an object can be serialized and deserialized using the data contract serializer and that it stills retains the values of all members. |
BeDataContractSerializable<T>(ObjectAssertions,Func<EquivalencyOptions<T>,EquivalencyOptions<T>>,String,Object[]) | Asserts that an object can be serialized and deserialized using the data contract serializer and that it stills retains the values of all members. |