5 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
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (1)
PersonWrapper.cs (1)
8public class PersonWrapper : IUnwrappable
XmlFormattersWebSite (1)
PersonWrapper.cs (1)
10public class PersonWrapper : 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)