XmlDataContractSerializerInputFormatter.GetSerializableType(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type to which the XML will be deserialized.
protected:
virtual Type ^ GetSerializableType(Type ^ declaredType);
protected virtual Type GetSerializableType(Type declaredType);
abstract member GetSerializableType : Type -> Type
override this.GetSerializableType : Type -> Type
Protected Overridable Function GetSerializableType (declaredType As Type) As Type
Parameters
- declaredType
- Type
The declared type.
Returns
The type to which the XML will be deserialized.