C# Class System.Xml.Serialization.XmlSerializerImplementation

Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

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

Method Details

CanSerialize() public method

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

GetSerializer() public method

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