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