Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
System
Xml
Serialization
XmlSerializerImplementation
C# Class System.Xml.Serialization.XmlSerializerImplementation
Exibir arquivo
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