3 implementations of IUnwrappable
Microsoft.AspNetCore.Mvc.Formatters.Xml (3)
ProblemDetailsWrapper.cs (1)
15
public class ProblemDetailsWrapper : IXmlSerializable,
IUnwrappable
SerializableErrorWrapper.cs (1)
14
public sealed class SerializableErrorWrapper : IXmlSerializable,
IUnwrappable
ValidationProblemDetailsWrapper.cs (1)
13
public class ValidationProblemDetailsWrapper : ProblemDetailsWrapper,
IUnwrappable
4 references to IUnwrappable
Microsoft.AspNetCore.Mvc.Formatters.Xml (4)
ProblemDetailsWrapper.cs (1)
172
object
IUnwrappable
.Unwrap(Type declaredType)
ValidationProblemDetailsWrapper.cs (1)
109
object
IUnwrappable
.Unwrap(Type declaredType)
XmlDataContractSerializerInputFormatter.cs (1)
151
if (deserializedObject is
IUnwrappable
unwrappable)
XmlSerializerInputFormatter.cs (1)
135
if (deserializedObject is
IUnwrappable
unwrappable)