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