C# Class System.Web.Services.Description.XmlSerializerContract

Inheritance: System.Xml.Serialization.XmlSerializerImplementation
Show file Open project: remobjects/mono

Public Methods

Method Description
CanSerialize ( System type ) : bool
GetSerializer ( Type type ) : XmlSerializer

Method Details

CanSerialize() public method

public CanSerialize ( System type ) : bool
type System
return bool

GetSerializer() public method

public GetSerializer ( Type type ) : XmlSerializer
type System.Type
return XmlSerializer