C# Class System.Xml.Serialization.XmlSerializerImplementation

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
CanSerialize ( Type type ) : bool
GetSerializer ( Type type ) : XmlSerializer

Method Details

CanSerialize() public méthode

public CanSerialize ( Type type ) : bool
type System.Type
Résultat bool

GetSerializer() public méthode

public GetSerializer ( Type type ) : XmlSerializer
type System.Type
Résultat XmlSerializer