IUnwrappable Interface

Summary

Defines an interface for objects to be un-wrappable after deserialization.

Syntax

public interface IUnwrappable

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.Xml.IUnwrappable

Methods

Unwrap(System.Type)

Unwraps an object.

Arguments:
  • declaredType (System.Type) – The type to which the object should be un-wrapped to.
Return type:

System.Object

Returns:

The un-wrapped object.

object Unwrap(Type declaredType)