XmlSerializerOutputFormatter.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 be serialized.
protected:
virtual Type ^ GetSerializableType(Type ^ type);
protected virtual Type GetSerializableType(Type type);
abstract member GetSerializableType : Type -> Type
override this.GetSerializableType : Type -> Type
Protected Overridable Function GetSerializableType (type As Type) As Type
Parameters
- type
- Type
The original type to be serialized
Returns
The original or wrapped type provided by any IWrapperProvider.