Defines an interface for objects to be un-wrappable after deserialization.
public interface IUnwrappable
View on GitHub
Microsoft.AspNet.Mvc.Xml.
IUnwrappable
Unwrap
Unwraps an object.
System.Object
The un-wrapped object.
object Unwrap(Type declaredType)